http://bugs.gpodder.org/show_bug.cgi?id=206

           Summary: Update Album tag too
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: feature request
          Priority: low
         Component: Application
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
   Estimated Hours: 0.0


Hi, great job!

After check "update tags from audio files after download" in "preferences"
artist tags are updated. I think Album tag could be uptated with the same info.

Reason:
I use a Cell Phone (Nokia 31130) to listen to the podcat and it makes it very
easy to navigate if Album tag is set to make the distinction from music files
(I don't use Album tag in my file music).

Actually I've downloaded the source code and added this feature. For my
personal use I added a prefix of "0_". That way the podcasts appear in first
place.


in version 0.12.3

libpodcasts.py
Line: 288
     libtagupdate.update_metadata_on_file(filename, title=item.title,
artist=self.title, album=self.title)

libtagupdate.py
line: 96
            tag.setAlbum( "0_" + metadata[key])

With the use of script to apply "mp3gain" to downloaded files
it just fit my needs,
THANKS!!!


-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to