Search found 7 matches
- 13 Jan 2018, 14:02
- Forum: Windows
- Topic: Reinstall Windows
- Replies: 2
- Views: 2016
Re: Reinstall Windows
Oke, 20 bucks is a bit too much for me for just a sub downloader
- 23 Dec 2017, 20:45
- Forum: Windows
- Topic: Reinstall Windows
- Replies: 2
- Views: 2016
Reinstall Windows
Hello,
I used filebot (portable) before just to download subs for series that are not available in my country.
But after a rollback of windows 10 the program stopped working. And now I get directed to windows store to buy it?
Is there a way to repair the old program? thanks
I used filebot (portable) before just to download subs for series that are not available in my country.
But after a rollback of windows 10 the program stopped working. And now I get directed to windows store to buy it?
Is there a way to repair the old program? thanks
- 11 Jun 2016, 15:16
- Forum: Help and Support
- Topic: [Windows] Line endings in subtitle files
- Replies: 8
- Views: 4143
Re: [Windows] Line endings in subtitle files
Yes, the script now works!! :D For anyone interested, this is the batch file I use: @echo off filebot -script fn:suball /Users/mitch/Downloads --output srt -non-strict --def maxAgeDays=7 --format "Match Video" for /R C:\Users\mitch\Downloads %%G IN (*.srt) do C:\Subs\unix2dos.exe "%%G" Again, thanks ...
- 11 Jun 2016, 08:57
- Forum: Help and Support
- Topic: [Windows] Line endings in subtitle files
- Replies: 8
- Views: 4143
Re: [Windows] Line endings in subtitle files
It indeed does work in VLC. Unfortunately I am not going to buy a new tv in the near future.
Is it possible to change the encoding? I tried to use --encoding Windows-1252 but it still uses UTF-8
Thanks
Is it possible to change the encoding? I tried to use --encoding Windows-1252 but it still uses UTF-8
Thanks
- 28 May 2016, 10:29
- Forum: Help and Support
- Topic: [Windows] Line endings in subtitle files
- Replies: 8
- Views: 4143
Re: Different subtitle structure via script

So apparently "0A" causes the problem and a normal space "20"does not.
I do not know why because I have never worked with a hex editor.
- 27 May 2016, 09:18
- Forum: Help and Support
- Topic: [Windows] Line endings in subtitle files
- Replies: 8
- Views: 4143
Re: Different subtitle structure via script
Thank you for your quick reply. I tried to remove the output srt code but the result remained the same. Also tried using Powershell instead of CMD but that also didn't do anything. Secondly, I have this problem with every tv serie or movie I download, so a single opensubtitle id/link doesn't matter ...
- 21 May 2016, 12:49
- Forum: Help and Support
- Topic: [Windows] Line endings in subtitle files
- Replies: 8
- Views: 4143
[Windows] Line endings in subtitle files
Hello, First of all, I just want to say what an amazing program filebot is. I was looking for this kind of program for a while. But now my small problem. I use the CLI version of the program to only download subtitles for series I download via qBitTorrent. The code I use for this is as follows ...