changed artist track to podcast title
This commit is contained in:
parent
a9ca4432f9
commit
8427d0a92a
|
@ -190,6 +190,7 @@ def podcast_override_metadata(m, podcast_name, override, track_title):
|
||||||
logger.debug('overriding album name to {0} in podcast'.format(podcast_name.encode('ascii', 'ignore')))
|
logger.debug('overriding album name to {0} in podcast'.format(podcast_name.encode('ascii', 'ignore')))
|
||||||
m['album'] = podcast_name
|
m['album'] = podcast_name
|
||||||
m['title'] = track_title
|
m['title'] = track_title
|
||||||
|
m['artist'] = podcast_name
|
||||||
else:
|
else:
|
||||||
# replace the album id3 tag with the podcast name if the album tag is empty
|
# replace the album id3 tag with the podcast name if the album tag is empty
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue