Save Subtitles
Save Subtitles
UMS has a nice feature where it will search for subtitles on anime. I'm not sure what the trigger is, or how or where it looks for them, but I know that the subtitles it finds are usually better than the ones I do.
I was hoping a feature could be added to save those subtitles to an external .srt or .ass file.
Loved PMS, looking forward to using UMS.
I was hoping a feature could be added to save those subtitles to an external .srt or .ass file.
Loved PMS, looking forward to using UMS.
- SharkHunter
- Developer
- Posts: 648
- Joined: Fri Jun 01, 2012 9:36 pm
Re: Save Subtitles
This is alread in UMS. In your UMS.conf add and your subs will not be deleted
Code: Select all
live_subtitles_keep=true
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
We believe in: rough consensus and running code.
Re: Save Subtitles
Rule: Ducument it, document it, document it, always! 

Re: Save Subtitles
Is this why some of my files show "{External Subtitles}" after the filename?
Can I disable this "{External Subtitles}" text from showing, or can UMS get these subtitles automatically?
Does this setting apply here, if I don't have subtitles?
Can I disable this "{External Subtitles}" text from showing, or can UMS get these subtitles automatically?
Does this setting apply here, if I don't have subtitles?
ThanksThis is alread in UMS. In your UMS.conf addand your subs will not be deletedCode: Select all
live_subtitles_keep=true
Re: Save Subtitles
External subtitles means there is external file stored on disk with moviefile. If it is loaded, it depends on your preference set (audio/subtitle preference)
If I remember well, in latest versions it is handled in different way so this string is not used, but maybe I am wrong (check v5 Alpha build)
External subs string has nothing with live subs downloaded from web (if they are not cached so next time they are used as local external ones)
If I remember well, in latest versions it is handled in different way so this string is not used, but maybe I am wrong (check v5 Alpha build)
External subs string has nothing with live subs downloaded from web (if they are not cached so next time they are used as local external ones)
Re: Save Subtitles
Thanks, I triple checked and what it must be is the description .TXT file with the same filename.ExSport wrote:External subtitles means there is external file stored on disk with moviefile. If it is loaded, it depends on your preference set (audio/subtitle preference)
These files are MKV format with no subtitles in the MKV file and none on the hard drive.
EDIT: I loaded 4.2.1 and it doesn't respect the following setting. I had an old 3.6.2 version and it was ok.
I found out that the setting to change to disable the detection of external subtitle files including .TXT files is
Code: Select all
autoload_external_subtitles =false
Re: Save Subtitles
I see that 4.1.2 has Split the renderer option SupportedSubtitlesFormats into SupportedExternalSubtitlesFormats and SupportedInternalSubtitlesFormats
so I am going to have to update with a fresh configuration file.
Is there some way to store user preferences?
If you update UMS a lot and the configuration file format changes, how do you update the UMS.conf file but avoid having to reconfigure all your preferences?
so I am going to have to update with a fresh configuration file.
Is there some way to store user preferences?
If you update UMS a lot and the configuration file format changes, how do you update the UMS.conf file but avoid having to reconfigure all your preferences?