NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) SearchWiz & MovieWiz v
« Previous 1 … 5 6 7 8 9 … 16 Next »
New WizUtility for those machines that can't run PVRX2

 
  • 0 Vote(s) - 0 Average
New WizUtility for those machines that can't run PVRX2
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#1
2009-01-04, 05:29 AM
I have an old laptop that can't run GBPVR, but I still wanted to be able to view my videos and recordings on it. I created a simple 'Video Plugin' type windows program that can be used as a Windows UI for accessing the movies. It simply navigates the directory structure and displays video entries and associated metadata and thumbnails (if they exist).



WizMovieLauncher Prerequisites:
  • Install of VLC (to play the movies)
  • .NET 2.0 runtime.
On first run, the settings file (WizMovieLauncher.xml) will be created. At this point, you must manually edit this file to set the base directories.

In my case, the settings look like this:
Code:
<?xml version="1.0"?>
<settings>
  <VLC_Location>C:\Program Files\VideoLAN\VLC\vlc.exe</VLC_Location>
  <VLC_Parms>"$Movie" --fullscreen</VLC_Parms>
  <Debug>False</Debug>
  <Dir1>\\bubba\pvr\tv|Bubba Recordings</Dir1>
  <Dir2>\\bubba\pvr_depot\mymovies\movies|Bubba Movies</Dir2>
  <Dir3>\\bubba\pvr_depot\mymovies\Vintage Movies|Bubba Vintage Movies</Dir3>
  <Title>Wiz Movie Launcher</Title>
</settings>

Most of the settings are self-explanatory, but most importantly, the DirX settings describe the base view when the program starts up.


Each DirX setting is composed of 'location|Description' entries.
  • Location is the physical drive mapping or UNC of a target directory
  • Description is the text displayed in the list box for that entry
So, my first Dir entry (Dir1) describes a location on my PVR server (bubba), share (pvr) and directory (tv) and displays on the screen 'Bubba Recordings' for that entry.

Navigation is primarly arrow keys, enter key and escape (or mouse click, dbl-click and right-click for escape).

Exit the program by hitting escape on the main screen.

If MetaData xml file and Thumbnail images exist (see WizUtilities/WizMetadataGrabber), they will also be displayed.
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#2
2009-01-04, 09:05 AM
Very nice little application.

It doesn't appear to find .ts files.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#3
2009-01-04, 07:14 PM
gEd Wrote:Very nice little application.

It doesn't appear to find .ts files.
Ah, right, forgot to make that a setting. Try this version. Run it once, it will create a new config entry (Extensions), edit the config and add your changes, then restart.

Also, at this point, it does not play DVD directories, that is a feature I am planning to add.
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#4
2009-01-04, 08:00 PM
fixed.

Thanks for the quick response and for such a neat little app.

It would be good if it also enabled you to delete files and folders :-)
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#5
2009-01-04, 08:29 PM
gEd Wrote:fixed.

Thanks for the quick response and for such a neat little app.

It would be good if it also enabled you to delete files and folders :-)
Shouldn't be too hard to do, I'll see about adding to next version. (del button on keyboard).
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#6
2009-01-11, 04:49 AM
I've added this utility to the wiki.

01/10/09 1.0.1.0
  • Added ability to delete files and directories (del button on kbd)
  • Added file info dialog (F2/Middle mouse button)
  • Added pgm info dialog (F1)
  • Added config setting for file extentions.
  • Added config dialog. F10 or dbl-click title label.
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#7
2009-01-11, 04:56 PM
Thanks! - I'll take it for a spin later and let you know if I have any problems.

for the next version, how about a menu system, built in playback support and some kind of plugin architecture so that people can add new features to WML? :-)
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2009-01-11, 05:04 PM
Very Nice...

Window sizing problems...

Can't adjust, only maximised, but it status bar is hidden by the tray sometimes. I'd love to be able to resize the window...

Also, I can't get at context menu to delete files...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#9
2009-01-11, 08:25 PM
zehd Wrote:Window sizing problems...

Can't adjust, only maximized, but it status bar is hidden by the tray sometimes. I'd love to be able to resize the window...
I had meant this to act like a kiosk type program where it would take up the whole screen (I have my laptop driving my TV). That said, the debug mode shows the windows title-bar and with a little tweaking, I can make it sizable. I will modifiy, so Window vs Kiosk mode will be an option.
Quote:
Also, I can't get at context menu to delete files...
Currently the Del key on the keyboard will perform this function. Next version, I have added context menus for any right mouse-click.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  causes PVRX2 to hang ( 1.3.11) jrousell 3 2,332 2009-09-30, 10:14 PM
Last Post: JavaWiz
  SearchWizX2 - PVRX2 version released. JavaWiz 96 25,604 2007-12-12, 07:45 AM
Last Post: Wakalaka
  crashes in config app, doesn't run from pvrx2.exe Wakalaka 4 2,726 2007-10-17, 06:55 AM
Last Post: Wakalaka

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode