Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sets are always recreated each run #2423

Closed
Omertron opened this issue Mar 16, 2015 · 4 comments
Closed

Sets are always recreated each run #2423

Omertron opened this issue Mar 16, 2015 · 4 comments

Comments

@Omertron
Copy link
Member

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_Hellsing_1
[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_1_large.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_Hellsing_1, 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
Copy link
Member Author

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
Copy link
Member Author

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

This issue was closed by revision r3090.

@Omertron
Copy link
Member Author

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
Copy link
Member Author

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

This issue was closed by revision r3095.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant