ex:
- Code: Select all
pgm253_pod.mp3
If the ID3 tags not filled in. I have been trying to find a way within subsonic to update ID3 tags based on the xml file from the rss feed since all of that information is there and its already parsed when using the Podcast interface. Here is an example from the XML file [url]l[/url]:
- Code: Select all
<title><![CDATA[Going Beyond: Composer Sites in Europe; Portugal Beyond Lisbon; Food Adventures ]]></title>
<guid></guid>
I haven't been able to find an easy way to just set the ID3 Title to the title from the XML.
You could even fill in the other information based on the xml if it is empty in the ID3 tag: pubDate, author, etc
Keep up the great work!