https://bugs.gpodder.org/show_bug.cgi?id=533

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gpodderbugs.20.side...@spam
                   |                            |gourmet.com

--- Comment #34 from [email protected] 2010-08-12 07:48:17 
BST ---
> 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!

-- 
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

Reply via email to