ben-xo / dir2cast

Turn a directory of MP3s into a podcast - automatically.
http://www.ben-xo.com/dir2cast
BSD 3-Clause "New" or "Revised" License
155 stars 22 forks source link

Tags from JSON (or other source?) #67

Open goose-ws opened 1 year ago

goose-ws commented 1 year ago

Is it possible to specify a JSON file or other file which contains tags for a specific media file?

More specifically, I want to be able to override some tags, including <pubDate> and <author>. Would it be possible that if a .json file with the same filename exists, it could be checked for valid tags, and if they are present then use those instead?

ben-xo commented 1 year ago

Hi @goose-ws ,

To override the pubDate, you can change the file date (e.g. with touch). To override the author you can change the artist tag in the media file.

dbobak commented 1 year ago

Or maybe, extending this request, would it be possible to specify in ini file custom mapping between ID3 tags and rss?