Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

script to download subtitles for all your movies in a folder with recursive scan.

  • Thread starter Thread starter fluentfool
  • Start date Start date
F

fluentfool

Guest
As root do the following:
sudo apt-get update && sudo apt-get install python-pip -y && sudo pip install subliminal

place the code below into /usr/local/bin/subdownload then chmod it +x
then edit the ext and lang values to meet your media files.
afterwards you can run it from anywhere to download subs.

To learn more about subliminal click -->here<--

First block checks only current directory.
Second block checks recursively for all directories from the point where is being executed.
In the second block you can also configure the languages you want to download the subtitles.
You can leave only en or add as many as you want. Be warned that there's a limit of queries to opensubititles and podnapisi for downloads...

 
Last edited by a moderator:
As root do the following:
sudo apt-get update && sudo apt-get install python-pip -y && sudo pip install subliminal

place the code below into /usr/local/bin/subdownload then chmod it +x
then edit the ext and lang values to meet your media files.
afterwards you can run it from anywhere to download subs.

to learn more about subliminal see https://xxxxxx

Bash:
#!/usr/bin/env bas

exit 0
Pleas hide the link and script code with bbcode like system (read forum rules)
thanks for the share
 
yeah i will try
i hope can be work scan folders and found movied and dowload multi subtitels automatik

:))

thx will try and give info about it...
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
yeah work great bud how to download multi subtitel forexample

en - de - tr etc..
 
execute the command above each time with different language code for each language you want to download...
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
while in base dir of all your movies, try this:
change "en" after -l with the language code you need to download: example: fr,es,it, etc.

No quote


yeah will try this
 
execute the command above each time with different language code for each language you want to download...


its thare not a posibilty

#!/usr/bin/env bash

ext=mp4
lang=en
lang=tr
lang=de


for video in *.$ext; do
subliminal download -l $lang $video
done
exit 0




like this ;)
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
bud i think can be added login for opensubtitels thad not block

like this

subliminal --opensubtitles [email protected] password download -l

mybe can be intergarded :))

thx for this super work
 
you're a smart guy I see. You're right! ;) However, you need to be VIP in order to be able to download more than a normal visitor or user.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
you're a smart guy I see. You're right! ;) However, you need to be VIP in order to be able to download more than a normal visitor or user.

yes vip its match usefull bud user can more than visitors ;)
 
thnkyou i will test hope thats
easy
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top