YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

Sets are always recreated each run #2423

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2424 created by Omertron on 2012-05-22T17:41:02.000Z:

Running a new install with r3085 and eversion/evzap Always creates sets. Confirmed by zombie running eversion/evhell also

Snippet from log showing it remaking them attachted files is personal properties as well as the sets being remade.

[10:33:13 - main ] Create/update detail poster for set: Set_Hellsing1 [10:33:13 - main ] CreatePoster: Using old file (/home/chris/yamj/Jukebox/evZap/Jukebox/Hellsing-S01E01-TheUndead(anime-mx)[A946DEB3].jpg) [10:33:13 - main ] Generating poster from /home/chris/yamj/temp/Jukebox/Hellsing-S01E01-TheUndead(anime-mx)_[A946DEB3].jpg to /home/chris/yamj/temp/Jukebox/Set_Hellsing_1large.jpg [10:33:14 - main ] Generating right poster from /home/chris/yamj/temp/Jukebox/Hellsing-S01E01-TheUndead(anime-mx)[A946DEB3].jpg to /home/chris/yamj/temp/Jukebox/Set_Hellsing_1_large.jpg [10:33:14 - main ] Create/update thumbnail for set: Set_Hellsing1, isTV: true, isHD: false [10:33:14 - main ] Generating right thumbnail from /home/chris/yamj/temp/Jukebox/Hellsing-S01E01-TheUndead(anime-mx)[A946DEB3].jpg to /home/chris/yamj/temp/Jukebox/Set_Hellsing_1_small.jpg [10:33:14 - main ] Create/update footer for set: Set_Hellsing_1, footerName: footer_set [10:33:14 - main ] ConfigurationUtils.locate(): base is /home/chris/yamj/skins/eversion/resources/evZap, name is footer_set.xml [10:33:14 - main ] Could not locate file footer_set.xml at /home/chris/yamj/skins/eversion/resources/evZap: no protocol: /home/chris/yamj/skins/eversion/resources/evZap [10:33:14 - main ] Loading configuration from the path /home/chris/yamj/skins/eversion/resources/evZap/footer_set.xml [10:33:14 - main ] Create/update footer for set: Set_Hellsing_1, footerName: footer_infowall [10:33:14 - main ] ConfigurationUtils.locate(): base is /home/chris/yamj/skins/eversion/resources/evZap, name is footer_infowall.xml [10:33:14 - main ] Could not locate file footer_infowall.xml at /home/chris/yamj/skins/eversion/resources/evZap: no protocol: /home/chris/yamj/skins/eversion/resources/evZap [10:33:14 - main ] Loading configuration from the path /home/chris/yamj/skins/eversion/resources/evZap/footer_infowall.xml [10:33:14 - main ] Create/update footer for set: Set_Hellsing_1, footerName: footer_indexinfo [10:33:14 - main ] ConfigurationUtils.locate(): base is /home/chris/yamj/skins/eversion/resources/evZap, name is footer_indexinfo.xml [10:33:14 - main ] Could not locate file footer_indexinfo.xml at /home/chris/yamj/skins/eversion/resources/evZap: no protocol: /home/chris/yamj/skins/eversion/resources/evZap [10:33:14 - main ] Loading configuration from the path /home/chris/yamj/skins/eversion/resources/evZap/footer_indexinfo.xml

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2012-05-22T21:34:58.000Z:

Having tried r3088 there is no difference in the log between having mjb.sets.reindex set to true or false, and seeing as it is by default set to true this leads me to believe it is being ignored

[09:31:26 - main ] Create/update detail poster for set: Set_Deadwood_1 [09:31:26 - main ] CreatePoster: Using old file (/home/nas-admin/yamj/jukebox/Jukebox/Deadwood.S1E01.jpg) [09:31:26 - main ] Generating poster from /home/nas-admin/yamj/temp/Jukebox/Deadwood.S1E01.jpg to /home/nas-admin/yamj/temp/Jukebox/Set_Deadwood_1_large.png [09:31:27 - main ] Generating right poster from /home/nas-admin/yamj/temp/Jukebox/Deadwood.S1E01.jpg to /home/nas-admin/yamj/temp/Jukebox/Set_Deadwood_1_large.png [09:31:27 - main ] Create/update thumbnail for set: Set_Deadwood_1, isTV: true, isHD: false [09:31:27 - main ] Generating right thumbnail from /home/nas-admin/yamj/temp/Jukebox/Deadwood.S1E01.jpg to /home/nas-admin/yamj/temp/Jukebox/Set_Deadwood_1_small.png [09:31:27 - main ] Create/update footer for set: Set_Deadwood_1, footerName: footer_posters [09:31:27 - main ] Create/update footer for set: Set_Deadwood_1, footerName: footer_audiochannels [09:31:27 - main ] Create/update footer for set: Set_Deadwood_1, footerName: footer_audiocodecs [09:31:27 - main ] Create/update footer for set: Set_Deadwood_1, footerName: footer_audiolanguages [09:31:27 - main ] Create/update footer for set: Set_Deadwood_1, footerName: footer_subtitles [09:31:27 - main ] Create/update footer for set: Set_Deadwood_1, footerName: footer_companies [09:31:27 - main ] Create/update footer for set: Set_Deadwood_1, footerName: footer_countries [09:31:27 - main ] Create/update footer for set: Set_Deadwood_1, footerName: footer_episodes

Omertron commented 9 years ago

Comment #2 originally posted by Omertron on 2012-05-29T11:35:42.000Z:

This issue was closed by revision r3090.

Omertron commented 9 years ago

Comment #3 originally posted by Omertron on 2012-05-29T11:40:39.000Z:

I think this is fixed. At least it stopped moving the sets on the tests I did.

Omertron commented 9 years ago

Comment #4 originally posted by Omertron on 2012-05-29T20:50:42.000Z:

This issue was closed by revision r3095.