We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
-
{title}
{date} - {title}
Add a chinese show, example: "燕外之意". Then check the files.
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
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: