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 … 10 11 12 13 14 … 16 Next »
MovieWiz v1.0.15.3 Released

 
  • 0 Vote(s) - 0 Average
MovieWiz v1.0.15.3 Released
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,641
Threads: 148
Joined: Mar 2006
#11
2008-04-23, 04:26 AM
JavaWiz Wrote:PasswordPopup.xml

I don't have a password enabled for delete. This popup says "Are you sure you want to DELETE this entry" etc. & altering the PasswordPopup.xml doesn't seem to affect it. I have had a look at the other popup.xml but can't find this one??
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#12
2008-04-23, 04:32 AM
Jaggy Wrote:I don't have a password enabled for delete. This popup says "Are you sure you want to DELETE this entry" etc. & altering the PasswordPopup.xml doesn't seem to affect it. I have had a look at the other popup.xml but can't find this one??

Code:
[SIZE=2][COLOR=#0000ff]if[/COLOR][/SIZE][SIZE=2] (deletePwd != [/SIZE][SIZE=2][COLOR=#a31515]""[/COLOR][/SIZE][SIZE=2])[/SIZE]
[SIZE=2] nextPopup = [/SIZE][SIZE=2][COLOR=#0000ff]new [/COLOR][/SIZE][SIZE=2][COLOR=#2b91af][B]PasswordPopup[/B][/COLOR][/SIZE][SIZE=2]([/SIZE][SIZE=2][COLOR=#0000ff]this[/COLOR][/SIZE][SIZE=2], [/SIZE]
[SIZE=2][COLOR=#a31515]      "Are you sure you want to DELETE this entry?"[/COLOR][/SIZE][SIZE=2] + [/SIZE]
[SIZE=2][COLOR=#2b91af]      Environment[/COLOR][/SIZE][SIZE=2].NewLine + [/SIZE][SIZE=2][COLOR=#2b91af]Environment[/COLOR][/SIZE][SIZE=2].NewLine +[/SIZE]
[SIZE=2][COLOR=#a31515]      "The entry will also be physically deleted from disk."[/COLOR][/SIZE][SIZE=2], [/SIZE]
[SIZE=2]      deletePwd,[/SIZE]
[SIZE=2][COLOR=#a31515]      "Delete Entry"[/COLOR][/SIZE][SIZE=2], [/SIZE][SIZE=2][COLOR=#a31515]"Cancel"[/COLOR][/SIZE][SIZE=2],[/SIZE]
[SIZE=2]      mSkinDirectory);[/SIZE]
[SIZE=2][COLOR=#0000ff]else[/COLOR][/SIZE]
[SIZE=2] nextPopup = [/SIZE][SIZE=2][COLOR=#0000ff]new [/COLOR][/SIZE][SIZE=2][COLOR=#2b91af][B]PopupMessageBox[/B][/COLOR][/SIZE][SIZE=2]([/SIZE][SIZE=2][COLOR=#0000ff]this[/COLOR][/SIZE][SIZE=2], [/SIZE][SIZE=2][COLOR=#a31515]"Are you sure you want to DELETE this entry?"[/COLOR][/SIZE][SIZE=2] + [/SIZE]
[SIZE=2][COLOR=#2b91af]      Environment[/COLOR][/SIZE][SIZE=2].NewLine + [/SIZE][SIZE=2][COLOR=#2b91af]Environment[/COLOR][/SIZE][SIZE=2].NewLine +[/SIZE]
[SIZE=2][COLOR=#a31515]      "The entry will also be physically deleted from disk."[/COLOR][/SIZE][SIZE=2], [/SIZE][SIZE=2][COLOR=#a31515]"Delete Entry"[/COLOR][/SIZE][SIZE=2],[/SIZE][SIZE=2][COLOR=#a31515] "Cancel"[/COLOR][/SIZE][SIZE=2]);[/SIZE]
If you have not set a password, then I use the generic message box that sub supplies. I believe its skin is located in skins2/blue/popup/MessageBoxPopup.xml.
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#13
2008-04-23, 06:02 AM (This post was last modified: 2008-04-23, 04:36 PM by JavaWiz.)
On the History page for MovieWiz, you have 03/15/2008 as the release date for version 1.0.15.3 -- it should be 04/15/2008.

[EDIT (JW)]: Good catch, wiki updated.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#14
2008-04-23, 01:34 PM
Hi,

I must be missing something, but I can't see the following new feature ...
MovieWizManager - Add offline-id, for those movies with this field set, do NOT allow the play button.

Can anyone guide me? Sounds useful.

Cheers,
Dan
Dedicated XP SP2 + GB-PVR 1.2.13
Gigabyte GA EP45-DS3L, Q6600 processor, 2GB RAM, SPDIF optical audio
Sapphire ATI HD4850 GDDR3 512MB PCI-E
DVico Digital Tuner
4TB local storage, Pioneer 107 DVD+/-RW via USB
Logitech 785 remote control, Logitech wireless keyboard and mouse
Antec Sonata II case & PSU
Sony 40in X2000 Bravia LCD, Panasonic 5.1 surround sound
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#15
2008-04-23, 04:35 PM
Dan Soussi Wrote:Hi,

I must be missing something, but I can't see the following new feature ...
MovieWizManager - Add offline-id, for those movies with this field set, do NOT allow the play button.

Can anyone guide me? Sounds useful.

Cheers,
Dan
At work, so from memory:
  • Add Content tab, there is a new button, something like Add Offline
  • Click on that, supply ID and Title
  • On the Manage Content tab, you can now maintain the details for this entry
  • When in the plugin, the Play feature will not be available, the offline ID is stored in the Location field, so if you have your DVD's cataloged some how, you can use that ID when loading.
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#16
2008-04-24, 12:32 AM
JavaWiz Wrote:At work, so from memory:
  • Add Content tab, there is a new button, something like Add Offline
  • Click on that, supply ID and Title
  • On the Manage Content tab, you can now maintain the details for this entry
  • When in the plugin, the Play feature will not be available, the offline ID is stored in the Location field, so if you have your DVD's cataloged some how, you can use that ID when loading.

I see. Not quite what I was expecting.

How about an extension to this idea? A checkbox that allows you to mark a movie as no longer there - so no play button. In addition, a field that can be manually populated to hold the physical storage of the movie. e.g. Box 03-01 . This storage field would be applicable to all movies, not just those offline.

Thanks for a useful tool.

Cheers,
Dan
Dedicated XP SP2 + GB-PVR 1.2.13
Gigabyte GA EP45-DS3L, Q6600 processor, 2GB RAM, SPDIF optical audio
Sapphire ATI HD4850 GDDR3 512MB PCI-E
DVico Digital Tuner
4TB local storage, Pioneer 107 DVD+/-RW via USB
Logitech 785 remote control, Logitech wireless keyboard and mouse
Antec Sonata II case & PSU
Sony 40in X2000 Bravia LCD, Panasonic 5.1 surround sound
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#17
2008-04-24, 04:36 AM
Dan Soussi Wrote:I see. Not quite what I was expecting.

How about an extension to this idea? A checkbox that allows you to mark a movie as no longer there - so no play button.
Right now, I detect that a movie is "no longer there" simply by looking at the location field, if the file does not exist, it is no longer there.
Quote:
In addition, a field that can be manually populated to hold the physical storage of the movie. e.g. Box 03-01 . This storage field would be applicable to all movies, not just those offline.
For those that we are designating 'off-line', I was trying to populate the location field.

Maybe I'm missing something here. I get the idea that your movies are sometime 'online' and sometimes 'offline'. Is this because you've defined your DVD drive as the file location? Or, do you periodically copy the DVD to disk, then remove and copy a different DVD to disk?
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#18
2008-04-24, 08:40 AM
JavaWiz Wrote:Right now, I detect that a movie is "no longer there" simply by looking at the location field, if the file does not exist, it is no longer there.

For those that we are designating 'off-line', I was trying to populate the location field.

Maybe I'm missing something here. I get the idea that your movies are sometime 'online' and sometimes 'offline'. Is this because you've defined your DVD drive as the file location? Or, do you periodically copy the DVD to disk, then remove and copy a different DVD to disk?

Hi,

My movie collection is a mixture of online and offline movies (AVI's and DVD images). My offline movies are populated via a dummy file, zero length. Needless to say, the offline movies should not be playable. They are extension ".offline". The online state of a movie is reasonably static.

I'd like to go even one step further and be able to manually edit the movie location field, too. Rolleyes

Would the above approach cause you to deviate too much from your MovieWiz development goals?

Otherwise, I'm enjoying the MW experience. Big Grin

Cheers,
Dan
Dedicated XP SP2 + GB-PVR 1.2.13
Gigabyte GA EP45-DS3L, Q6600 processor, 2GB RAM, SPDIF optical audio
Sapphire ATI HD4850 GDDR3 512MB PCI-E
DVico Digital Tuner
4TB local storage, Pioneer 107 DVD+/-RW via USB
Logitech 785 remote control, Logitech wireless keyboard and mouse
Antec Sonata II case & PSU
Sony 40in X2000 Bravia LCD, Panasonic 5.1 surround sound
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  MovieWiz movie folder structure? jfm 5 7,109 2011-03-13, 07:47 PM
Last Post: dljones8053
  MovieWiz: no movie data ga_mueller 6 7,862 2011-01-12, 01:22 AM
Last Post: ga_mueller
  A couple of problems with MovieWiz Lookups JP23 2 5,699 2010-05-19, 12:55 AM
Last Post: ga_mueller
  MovieWiz Descriptions now short Jaggy 3 5,708 2010-04-25, 04:01 PM
Last Post: JavaWiz
  MovieWiz: Wishlist 7ore 2 2,639 2010-02-25, 07:02 AM
Last Post: 7ore
  MovieWiz support for mymovies.xml file? daneo 42 19,545 2010-02-24, 04:31 AM
Last Post: 7ore
  MovieWiz - Plot field not being found/displayed JuicyFruits 4 2,779 2010-02-24, 04:20 AM
Last Post: JavaWiz
  Moviewiz not getting IMDB ratings. JP23 5 3,757 2010-02-23, 08:41 PM
Last Post: tbeaux
  MovieWiz exception 7ore 26 10,991 2010-02-22, 05:05 AM
Last Post: JavaWiz
  MovieWiz - Offline Import & Images meccano 8 4,052 2010-02-08, 01:48 PM
Last Post: meccano

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

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

Linear Mode
Threaded Mode