https://bugs.gpodder.org/show_bug.cgi?id=533
--- Comment #35 from Jonathan Lumb <[email protected]> 2010-08-12 08:38:09 BST --- (In reply to comment #34) > > Strange - I placed the script in my home directory and made it > > executable then added the path to the script in the gPodder advanced > > config editor as you suggested - but when I download a file which > > isn't properly tagged, the tags are not updated from the Episode > > Details metadata. > > > > Do you have any idea as to why it isn't working? (I have installed all > > the dependencies you mentioned) > > Jonathan, > > Due to time constraints, I am not really prepared to give support for this > script; you're mostly on your own. But here are a few hints: > > * Run ‘gpodder' in a terminal (from the shell) to make sure you see terminal > output. Did you see the “Tagging <filename>” message? If not, then the > script > probably isn't running. Check your cmd_download_complete setting again. > > * The script does not change the title and artist tags if they are already > present (except that it edits out the channel name from the title tag). Only > the album tag is overwritten unconditionally. > > * You may want to add a “set -x” at the beginning of the script to get a log > of > what is going on. > > * You may want to try to run the script by hand. Type “podcast_fix_tag -h” to > get usage info. You should preferably give the script the absolute path name > to the mp3/ogg file, as it attempts to guess the channel name from the > directory name; or just pass it the “-A channel” option. > > If you find a bug, it would be nice if you'd report it here. Thanks! Hi Thanks for your quick reply - I understand that you probably don't want to provide support for this script, but thanks for posting it up anyway! I managed to get the script running - not exactly sure it didn't work before but it may have been a permissions problem. The id3 command is throwing out a fair few errors when I turn the debug on but not to worry. I'm busy over the next week with other stuff but I might have a go rewriting your script next week using the original code as a basis for mine but removing certain bits I don't need (I think my MP3 player deals with ID2.4 tags ok) - it's good practice for my bash coding skills! You've done all the hard work already so it should be fairly straightforward! If and when I get something working that is a bit more standard then I will post it back up on here. Jonathan -- Configure bugmail: https://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
