-
Notifications
You must be signed in to change notification settings - Fork 5
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
Script enchanment #18
Comments
Get an error when trying to update. trying to close Crunchyroll-XML-Decoder-py3....... |
Lol this issue is for new idea not for problems |
Can you add the position of the download folder in the settings? |
first sorry for delay @fixx1983 |
Is there anyway to have an option in the settings.ini to change the audio language? All files output as Japanese when merged and some shows have more than one language. |
@darkhelmet2016 there is option in setting that let the batch download catch dub audio links. |
That is not exactly what mean. During the output muxing in to mkv it writes the flags for the video/audio/subs language. The py scrip by default sets the output for Japanese but it allows it to set the sub file based on which sub language you use and the iso codes for each language. Can a similar scrip that you use for the defalult subs also be made for the default langage flag in mkv merge is what is asking. Yes you can do it all manually by installing mkv merge but then you would have to batch edit each show in mkv merge to change the audio language to the one you want. Or change it in the py scrip but then you would need a py for each language. Video: MPEG4 Video (H264) 848x480 (853:480) 23.976fps [V: Japanese [jpn] (h264 main L3.1, yuv420p, 848x480) [default]] cmd = [mkvmerge, "-o", os.path.abspath(filename_output), '--language', '0:jpn', '--language', '1:jpn', lang_iso = {'English': 'English (US)', u'Español' : u'Espa\xf1ol', u'Español (Espana)': u'Espa\xf1ol (Espa\xf1a)', |
ohh you meant you want the script to identified the audio iso language and flag it correctly in mkv? |
Yes. I understand you are still working on the other part you mentioned but you can still add shows manually to the queue in the language you want but the scrip will still have the iso flag as Japanese even if you are downloading the English dub for Mob Psycho by manually adding all the English dub links. cmd = [mkvmerge, "-o", os.path.abspath(filename_output), '--language', '0:jpn', '--language', '1:jpn', needs to be changed in a way if possible to have it where it can change the flag to to like English, Spanish, German or whatever other dubs a show may provide. You already have a way to do this with the subs just not the audio iso language flag. |
When I wrote this part of code, I did not consider that audio has other languages than Japanese. |
I opened this issue so others can give Suggestions and ideas to improve this code
and i will use these ideas to make to-do-list for future development
To-Do-List:
legend:
[ ] idea accepted and will work at it in future
[x] working at the idea at the moment
[*] idea was embeded into the code
let's make this code better
The text was updated successfully, but these errors were encountered: