davidde / mpv-autosub

Fully automatic subtitle downloading for the MPV media player
https://mpv.io/
MIT License
295 stars 42 forks source link

can't find the downloaded subtitles #13

Closed Fallast closed 4 years ago

Fallast commented 4 years ago

im new to github so i wasn't sure if i should ask this here, as i said in the title, i don't know where the subtitles are located, i thoguht they would be in the same directory where the video file is but it isn't

davidde commented 4 years ago

Yes, they should appear next to the video file. Did you get an in-video message about subtitles when starting the video? If not, the script has not been run. Make sure you follow the setup.

Fallast commented 4 years ago

well they are not appearing next to the video file, they are being downloaded and works but i can't see them inside the directory

On Sun, 5 Jul, 2020 at 11:32 AM, David Deprost notifications@github.com wrote:

Yes, they should appear next to the video file. Did you get an in-video message about subtitles when starting the video?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

davidde commented 4 years ago

That is very weird. Are you sure subtitles were downloaded? If your video file has embedded subtitles, the script will just activate those instead of downloading other subtitles.

Anyway, running MPV from the terminal with debug set to true should tell you where they are saved.

Fallast commented 4 years ago

nevermind sorry i was wrong, does autosub find subtitles by hash? because it can't seem to find the subtitles for some films i have, maybe I'm doing something wrong

On Sun, Jul 5, 2020, 18:36 David Deprost notifications@github.com wrote:

That is very weird. Are you sure subtitles were downloaded? If your video file has embedded subtitles, the script will just activate those instead of downloading other subtitles.

Anyway, running MPV from the terminal with debug https://github.com/davidde/mpv-autosub/blob/master/autosub.lua#L47 set to true should tell you where they are saved.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidde/mpv-autosub/issues/13#issuecomment-653942151, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOR2RKYKX6R4RD5URKECHUTR2DW7BANCNFSM4OQM6HZQ .

davidde commented 4 years ago

No, it's definitely not flawless; rare movies or rare releases will have trouble finding anything. Autosub uses subliminal download internally; check their scoring documentation to find out how that works.