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

tag downloaded file extension broken #148

Closed
elelay opened this issue Oct 2, 2016 · 0 comments
Closed

tag downloaded file extension broken #148

elelay opened this issue Oct 2, 2016 · 0 comments

Comments

@elelay
Copy link
Member

elelay commented Oct 2, 2016

Traceback:
1475429785.313095 [gpodder.extensions] ERROR: Error in /home/elelay/devel/gPodder/share/gpodder/extensions/tagging.py in on_episode_downloaded: 'OggFile' object has no attribute 'container'
Traceback (most recent call last):
File "/home/elelay/devel/gPodder/src/gpodder/extensions.py", line 83, in handler
cb_res = callback(_args, *_kwargs)
File "/home/elelay/devel/gPodder/share/gpodder/extensions/tagging.py", line 181, in on_episode_downloaded
self.write_info2file(info, episode)
File "/home/elelay/devel/gPodder/share/gpodder/extensions/tagging.py", line 259, in write_info2file
audio.write_basic_tags()
File "/home/elelay/devel/gPodder/share/gpodder/extensions/tagging.py", line 95, in write_basic_tags
if self.container.config.set_artist_to_album:
AttributeError: 'OggFile' object has no attribute 'container'

elelay added a commit to elelay/gpodder that referenced this issue Oct 2, 2016
@thp thp closed this as completed in a87609c Oct 2, 2016
thp added a commit that referenced this issue Oct 2, 2016
fix #148 - tag downloaded extension broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant