-
Notifications
You must be signed in to change notification settings - Fork 180
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
[Feature] don't hardcode --trim-filenames #695
Comments
Currently in recent commits i have set trim filenames to 254. To be safe because 255 is the file limit for Android systems. |
trim filenames limit is inconsistent in the app sometime 184 sometime 182 sometime 183 |
yes i know, thats currently. I have made a change a couple of commits ago that will be in the new release |
does ytdlnis accept and use trim filename limit below the hardcoded limit |
what do u mean |
Let's say i set --trim-filenames "25" in ytdlnis extra command does the app trim the entire filename down to 25 character |
yes, give it a try |
it does not trim for me [info] D_J57X2_P_4: Downloading subtitles: en, vi, ja-orig |
🤔 Extra commands works by putting the code in a config .txt file and then giving the path to yt-dlp. So not sure how yt-dlp handles such cases |
indeed when i tried to do what your app does with extra command the trim filename in the config is ignored Danh sách phát đầy đủ các tập: https://www.youtube.com/playlist?list=PLdM751AKK4aO1Upnnro8FbaZGd06vAsvm 英雄王、武を極めるため転生す 【Nội dung câu chuyện】 Nghe thấy thỉnh cầu ấy, nữ thần của ông, Alistia, đã đưa linh hồn ông đến một tương lai xa xôi, giúp ông chuyển sinh thành con gái của một tiểu quý tộc. Vào buổi lễ thành niên đầu tiên lúc 6 tuổi, cô được cho là không đủ tư cách để trở thành một kỵ sĩ. Tuy nhiên, với cựu Vua Anh Hùng, đây đơn thuần chỉ là một thử thách mà cô sẽ vượt qua. "Dòng máu trong người không làm nên một kỵ sĩ, mà là máu ta đổ trên chiến trường". Từ đây, chuyến phiêu lưu của kỵ sĩ tập sự mạnh nhất đã bắt đầu. Anime được chiếu trực tiếp miễn phí trên Muse Việt Nam! ➨ Theo dõi thông tin mới nhất trên Facebook của Muse Việt Nam: https://fb.me/MuseVietnamChannel/ ✪ Các bạn lưu ý, Muse Việt Nam chỉ hoạt động ở 3 cộng đồng: kênh YouTube, Fanpage, Instagram. Cảm phiền các bạn sử dụng chức năng khiếu nại khi các bạn phát hiện những tài khoản mạo danh chúng mình. #MuseViệtNam #英雄王武を極めるため転生す Danh sách phát đầy đủ các tập: https://www.youtube.com/playlist?list=PLdM751AKK4aO1Upnnro8FbaZGd06vAsvm 英雄王、武を極めるため転生す 【Nội dung câu chuyện】 Nghe thấy thỉnh cầu ấy, nữ thần của ông, Alistia, đã đưa linh hồn ông đến một tương lai xa xôi, giúp ông chuyển sinh thành con gái của một tiểu quý tộc. Vào buổi lễ thành niên đầu tiên lúc 6 tuổi, cô được cho là không đủ tư cách để trở thành một kỵ sĩ. Tuy nhiên, với cựu Vua Anh Hùng, đây đơn thuần chỉ là một thử thách mà cô sẽ vượt qua. "Dòng máu trong người không làm nên một kỵ sĩ, mà là máu ta đổ trên chiến trường". Từ đây, chuyến phiêu lưu của kỵ sĩ tập sự mạnh nhất đã bắt đầu. Anime được chiếu trực tiếp miễn phí trên Muse Việt Nam! ➨ Theo dõi thông tin mới nhất trên Facebook của Muse Việt Nam: https://fb.me/MuseVietnamChannel/ ✪ Các bạn lưu ý, Muse Việt Nam chỉ hoạt động ở 3 cộng đồng: kênh YouTube, Fanpage, Instagram. Cảm phiền các bạn sử dụng chức năng khiếu nại khi các bạn phát hiện những tài khoản mạo danh chúng mình. #MuseViệtNam #英雄王武を極めるため転生す |
@error-reporting i managed to get this command or any command to override it with extra commands. |
I'm surprised that you are able to override the hardcoded --trim-filenames with extra command |
Well with the current app you can't but i managed to do some changes. |
Describe the feature
remove trim filename from ytdlnis default command and allow setting it through manual --trim-filename in extra command
Reason for adding
allows user to set custom filename character limits beyond the existing trim filename limits
Example(s)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: