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

Auto-load subtitles/audio: Improve multivolume rar file handling #1918

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

m0vie
Copy link

@m0vie m0vie commented Nov 21, 2022

Make it possible to load audio and subtitle files when playing any .partXX.rar file of a multivolume rar archive:

Assume the following files:
movie.part01.rar
movie.part02.rar
movie.part03.rar
movie.srt
movie.wav

Playing any of the three .rar files will now auto load the audio and subtitle files.

Before, the .srt and .wav would have needed to be renamed to something like
movie.part01.rar
movie.part01.srt
movie.part01.wav
movie.part02.rar
movie.part03.rar

Make it possible to load audio and subtitle files when playing
any .partXX.rar file of a multivolume rar archive:

Assume the following files:
movie.part01.rar
movie.part02.rar
movie.part03.rar
movie.srt
movie.wav

Playing any of the three .rar files will now auto load the
audio and subtitle files.

Before, the .srt and .wav would have needed to be renamed to
something like
movie.part01.rar
movie.part01.srt
movie.part01.wav
movie.part02.rar
movie.part03.rar
@adipose
Copy link

adipose commented Oct 18, 2023

Can srt be inside the rar file?

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

Successfully merging this pull request may close these issues.

None yet

2 participants