Skip to content
New issue

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

cjk character support #1058

Open
5 tasks done
ykelvis opened this issue Dec 12, 2024 · 0 comments
Open
5 tasks done

cjk character support #1058

ykelvis opened this issue Dec 12, 2024 · 0 comments

Comments

@ykelvis
Copy link

ykelvis commented Dec 12, 2024

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.

image

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

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant