[19. June 2013] Soundcloud® available now | [7. June 2013] Youporn available now | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 RC1 [13 June 2013] | A-200/A-210 RC1 [13 June 2013]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
[YAMJ] 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
01-05-2012, 01:11 PM
Post: #16
RE: 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
http://code.google.com/p/moviejukebox/issues/list
The more information in there the better

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
01-05-2012, 05:44 PM
Post: #17
RE: 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
Oh, i need a google account to create an issue confused

I just may have to pass on this one.Angle

PCH A-200 16GB USB -> HDMI -> Samsung LN46A650 | A200 -> Toslink -> Logitech Z-5500 (Harmony 700)
PCH C-200 8GB USB -> HDMI -> Sharp LC46D64U (Harmony 550)
Eversion/Whisper skin (custom MOD) + WHS V1 (15TB Q6600/4GB RAM ) -> Mediasonic HR82-SU3S2 (Backup)
D-Link DNS 323 for sale
Find all posts by this user
Add Thank You Quote this message in a reply
01-06-2012, 01:24 PM
Post: #18
RE: 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
This behavior shouldn't be changed. deleting xml should react the same as adding a new/updated nfo file where everythign in the jukebox should be assumed wrong.

There is a mechanism for local artwork already, copy the important artwork out of the temporary jukebox if it's that important to not find new artwork to you.
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 03:10 AM
Post: #19
RE: 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
The problem is every time YAMJ is updated to stable releases it rechecks the XML for the YAMJ version and rewrites it, which in turn forces it to redownload the poster. What i have been doing is every time i want to rebuild my jukebox i have to manually copy over the posters to the movie folder so it will use them and not over write them with crappy posters or worse, posters in another language since TMDB made language categories for the posters on their site.

I tried to find a work around by creating a folder where my videos are stored and keep the posters in there, but for some reason, every time YAMJ runs it still recreates the poster_large and poster_small images.

This gets more and more aggravating as i also use the Boxme add on to get box covers on the index wall, and every time the poster is overwritten it recreates the poster_large and poster_small images which means after every YAMJ scan i have to run Boxme again.Angle

Its strange because it only affects the posters.

the banners remain in tact.
the video.image files remain.
the fanart goes untouched.

PCH A-200 16GB USB -> HDMI -> Samsung LN46A650 | A200 -> Toslink -> Logitech Z-5500 (Harmony 700)
PCH C-200 8GB USB -> HDMI -> Sharp LC46D64U (Harmony 550)
Eversion/Whisper skin (custom MOD) + WHS V1 (15TB Q6600/4GB RAM ) -> Mediasonic HR82-SU3S2 (Backup)
D-Link DNS 323 for sale
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 06:10 AM
Post: #20
RE: 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
disable recheck?
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 06:41 PM
Post: #21
RE: 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
I was hoping i wouldn't have to do that as its a double edge sword Sad.

As movie names change on IMDB all the time it seems, lately i noticed "Ghost Busters became Ghostbusters and 30 Minutes or Less became 30:Minutes or Less". So this is needed to get accurate titles and most importantly the "Unknown" value when dealing with TV episode video.images.

I have over 1000 titles, so i had it set it to automatically run at 3AM ever night and it worked perfectly. After this version i had to disable the auto run as i no longer know what to expect. If IMDB didn't change something to break the ratings in YAMJ i would have never updated as i only update YAMJ when something breaks due to a change on the sites.

I just want it to go back to how 2.4 was, where if the posters existed in the output folder it would not overwrite them no matter if the XML or HTML was deleted/overwritten, only when the NFO was updated then it would force a poster overwrite Angle.

These are my recheck settings:

PHP Code:
################################################################
## Recheck properties
# These properties control the forced rechecking of XML files
#
# Turn on/off the recheck function
mjb.recheck.XML=true

# The maximum number of XML files to rescan. Any more than this amount will be checked on the next run.
mjb.recheck.Max=50

# Check if the version of YAMJ has changed, e.g. v1.8 -> v1.9
mjb.recheck.Version=true

# The number of YAMJ revisions before forcing a rescan
mjb.recheck.Revision=25

# The minimum age of the XML file before a recheck will be considered
# Any file less than this age will not be considered for a recheck
mjb.recheck.minDays=7

# The number of days before forcing a rescan.
# 0 (Zero) disables this check
mjb.recheck.Days=30

# Check to see if certain values of the XML file have UNKNOWN
# Currently only Title, plot, year, video image and episode plots are checked
mjb.recheck.Unknown=true 

PCH A-200 16GB USB -> HDMI -> Samsung LN46A650 | A200 -> Toslink -> Logitech Z-5500 (Harmony 700)
PCH C-200 8GB USB -> HDMI -> Sharp LC46D64U (Harmony 550)
Eversion/Whisper skin (custom MOD) + WHS V1 (15TB Q6600/4GB RAM ) -> Mediasonic HR82-SU3S2 (Backup)
D-Link DNS 323 for sale
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 07:55 PM
Post: #22
RE: 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
recheck is the same as a new nfo . Can't have it both ways or what's the point of recheck. Thanks for noticing the bug with other images. Explains why recheck never found non dummy images fir those
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 09:39 PM
Post: #23
RE: 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
I'm not sure what your issue is?

You don't want to run recheck because it overwrites your posters - Admittedly this is probably a bug,or an unintended consequence, but it only really matters to you because you use box covers.

You can't be bothered to create a google account to log an issue so that it can be fixed (or more accurately remind me to fix it), so why should I care if it's fixed or not? Sorry if that sounds a bit harsh, but there you go.

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 11:47 PM
Post: #24
RE: 2.5-SNAPSHOT-r2629 overwrites images when there is no XML or HTML file in the output
(01-07-2012 09:39 PM)Omertron Wrote:  I'm not sure what your issue is?

You don't want to run recheck because it overwrites your posters - Admittedly this is probably a bug,or an unintended consequence, but it only really matters to you because you use box covers.

You can't be bothered to create a google account to log an issue so that it can be fixed (or more accurately remind me to fix it), so why should I care if it's fixed or not? Sorry if that sounds a bit harsh, but there you go.


My issue is that it didnt happen in 2.4 only after i updated to 2.5 because of the rating breaking.

I did not say i do not want to run the recheck because the recheck have been running all the time prior to 2.5-SNAPSHOT-r2629 and it never redownloaded posters when they already existed in the output folder. Previous to 2.5 SNAPSHOT-r2629, running a recheck updated everything EXCEPT the images. It never touched the images unless it had an unknown value such as the video.image for TV shows.

Google accounts are a bit of a hit and a miss for me.
Im logged into google.com, i go to youtube and i have to login again, i use the same username and password and it tells me its invalid. But if i close the youtube tab, reopen it , im automatically logged in. Its the same with google project, it does not allow me to loggin directly on google project. I have to go to youtube or google.com, login, then open google project to be automatically logged in. Apparently im a very special case Angle

But all this aside, the issue was created with the vital information and provided the link back to this thread where it provided more information. Issue 2261

PCH A-200 16GB USB -> HDMI -> Samsung LN46A650 | A200 -> Toslink -> Logitech Z-5500 (Harmony 700)
PCH C-200 8GB USB -> HDMI -> Sharp LC46D64U (Harmony 550)
Eversion/Whisper skin (custom MOD) + WHS V1 (15TB Q6600/4GB RAM ) -> Mediasonic HR82-SU3S2 (Backup)
D-Link DNS 323 for sale
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [HTML SKIN] GTspecial Zappiti yakoman 1 249 06-08-2013 08:22 AM
Last Post: yakoman
  C-200 YAMJ HTML nbat58 7 484 06-01-2013 01:50 PM
Last Post: jack84an
  Unable to updata jukebox I/O errors and failed to create output files mabies 3 325 05-15-2013 08:52 AM
Last Post: Omertron
  [YAMJ] empty Audio/Video channels added to xml files of existings tv-shows Boba Fett 6 1,103 04-16-2013 05:34 PM
Last Post: mattty_d2002
  TV Episode file names sal iva 5 576 04-13-2013 04:05 PM
Last Post: Omertron
  nfo file question wgstarks 4 433 04-03-2013 02:08 PM
Last Post: wgstarks
  file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE doesn't work?? greenyoda666 10 814 04-01-2013 06:04 AM
Last Post: halfelite
  How can i open the "index" file in the cp DanielMolgan 7 504 04-01-2013 01:04 AM
Last Post: wgstarks
  Any way to remove the file/video/audio attributes from detail page? dtowndave 1 424 03-30-2013 11:09 PM
Last Post: wgstarks
  Libarary.xml groupings? dulsin 7 498 03-24-2013 03:24 PM
Last Post: dulsin

Forum Jump: