You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue with some ISO-8859-1 characters for french words.
drwxr-xr-x 2 root root 4096 Jan 5 12:35 '120 secondes, le rcap co de Capital'
drwxr-xr-x 2 root root 4096 Jan 5 12:35 'A FAIT UN BAIL ! Podcast Immobilier'
drwxr-xr-x 4 root root 4096 Jan 5 12:36 "Aujourd'hui l'conomie"
drwxr-xr-x 3 root root 4096 Jan 5 12:36 "CERNO L'anti-enqute"
drwxr-xr-x 2 root root 4096 Jan 5 12:35 'Gnration Do It Yourself'
drwxr-xr-x 3 root root 4096 Jan 5 12:35 'La Data dans tous ses tats'
drwxr-xr-x 3 root root 4096 Jan 5 12:35 Superhros
drwxr-xr-x 3 root root 4096 Jan 5 12:35 'Tech Caf'
should be :
drwxr-xr-x 2 root root 4096 Jan 5 12:35 '120 secondes, le récap éco de Capital'
drwxr-xr-x 2 root root 4096 Jan 5 12:35 'ÇA FAIT UN BAIL ! Podcast Immobilier'
drwxr-xr-x 4 root root 4096 Jan 5 12:36 "Aujourd'hui l'économie"
drwxr-xr-x 3 root root 4096 Jan 5 12:36 "CERNO L'anti-enquête"
drwxr-xr-x 2 root root 4096 Jan 5 12:35 'Génration Do It Yourself'
drwxr-xr-x 3 root root 4096 Jan 5 12:35 'La Data dans tous ses états'
drwxr-xr-x 3 root root 4096 Jan 5 12:35 Superhéros
drwxr-xr-x 3 root root 4096 Jan 5 12:35 'Tech Café'
Describe the bug
When adding podcast with title in chinese, the paths are replaced with
-
. In my case I use{title}
for podcast and{date} - {title}
for episode.Reproduction
Add a chinese show, example: "燕外之意". Then check the files.
System Info
archlinux with docker podfetch: image: samuel19982/podfetch:latest user: 1000:1000 ports: - "3005:8000" volumes: - ./podfetch/podcasts:/app/podcasts - ./podfetch/db:/app/db environment: - POLLING_INTERVAL=60 - SERVER_URL=http://192.168.0.10:3005 - DATABASE_URL=sqlite:///app/db/podcast.db
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: