-
Notifications
You must be signed in to change notification settings - Fork 122
Description
Hello there,
at first I want to say thank you for the good ideas and the very nice implementation.
- Installation Type: Docker
- Have you tried using the latest docker image / code base. yes
I am very interested in der feature, that episode names are used as filenames. Testing with a german audio podcast I found out, that slashes in episode titles cause a minor problem in the filename.
Title in RSS: König Klops und die kleine Seiltänzerin (1/2): Ein dicker König, schwer verliebt
Resulting Filename: 2)-Ein-dicker-Koenig,-schwer-verliebt.mp3
As you can see, the slash results in splitting the string and the second Part is used as the filename. The named podcast uses a lot of slashes, because there are published different parts of stories following this scheme "1/3" (part one of three).
By the way: I realy like to see, that the german "mutated vowels" are translated in usual letters.
Here is the URL of the RSS:
https://www.ohrenbaer.de/podcast/podcast.feed.podcast.xml
Thnaky you very much for your work!