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

'Plex themes missing' log not being populated #49

Closed
EndOfLine369 opened this issue Jun 7, 2016 · 5 comments
Closed

'Plex themes missing' log not being populated #49

EndOfLine369 opened this issue Jun 7, 2016 · 5 comments
Assignees

Comments

@EndOfLine369
Copy link
Collaborator

The log is defined but not populated in the code so that needs to be setup

@EndOfLine369
Copy link
Collaborator Author

EndOfLine369 commented Jun 7, 2016

@sven-7 opened up this ticket from your comment on the pull request

@EndOfLine369 EndOfLine369 self-assigned this Jun 7, 2016
ZeroQI added a commit that referenced this issue Jun 7, 2016
#49

Old code had it: https://raw.githubusercontent.com/ZeroQI/Hama.bundle/60ec132c27733ca4b86ebb41f0f13b1fa14688c5/Contents/Code/__init__.py

error_log   ['Plex themes missing'      ].append("anidbid: %s, title: '%s', tvdbid: %s, title: '%s' <a href='mailto:themes@plexapp.com?cc=&subject=Missing%%20theme%%20song%%20-%%20&#39;%s%%20-%%20%s.mp3&#39;'>Upload</a>" % (metadata.id.zfill(5), orig, tvdbid.zfill(5), tvdb_title, tvdb_title, tvdbid) )
@ZeroQI
Copy link
Owner

ZeroQI commented Jun 7, 2016

Old code had it: https://raw.githubusercontent.com/ZeroQI/Hama.bundle/60ec132c27733ca4b86ebb41f0f13b1fa14688c5/Contents/Code/__init__.py

error_log ['Plex themes missing' ].append("anidbid: %s, title: '%s', tvdbid: %s, title: '%s' Upload" % (metadata.id.zfill(5), orig, tvdbid.zfill(5), tvdb_title, tvdb_title, tvdbid) )

EndOfLine369 added a commit that referenced this issue Jun 8, 2016
#49 - Old entry updated with valid variables and to match maintained log format
@EndOfLine369
Copy link
Collaborator Author

Looks like it has been missing for months so thanks for pulling it back in. I've corrected the invalid variables and also updated to match the required format for the entries to be maintained.

@EndOfLine369
Copy link
Collaborator Author

Looks good. Refreshed two of them and i'm getting a good log.

<a href='https://plexapp.zendesk.com/hc/en-us/articles/201572843' target='_blank'>Restrictions</a><br />
tvdbid: <a href='http://thetvdb.com/?tab=series&id=305074' target='_blank'>305074</a> | Title: '' | <a href='mailto:themes@plexapp.com?cc=&subject=Missing%20theme%20song%20-%20&#39;%20-%20305074.mp3&#39;' target='_blank'>Upload</a><br />
tvdbid: <a href='http://thetvdb.com/?tab=series&id=300816' target='_blank'>300816</a> | Title: '' | <a href='mailto:themes@plexapp.com?cc=&subject=Missing%20theme%20song%20-%20&#39;%20-%20300816.mp3&#39;' target='_blank'>Upload</a>

@ZeroQI
Copy link
Owner

ZeroQI commented Jun 8, 2016

@EndOfLine369: Sorry you had to correct, and thanks for fixing promptly.Good team work :D

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

2 participants