Search found 11 matches
- 08 Apr 2023, 20:19
- Forum: Episode / Movie Naming Scheme
- Topic: Capitalise every 1st letter
- Replies: 1
- Views: 855
Capitalise every 1st letter
Sorry if this has already been asked. I did search and came up with nothing other then through google, but that response didn't clear it up enough for me. Basically i just want to capitalise every 1st letter of each word not e.g Show name - s01e01 - Episode name to Show Name - S01E01 - Episode Name ...
- 26 Dec 2022, 23:36
- Forum: Windows
- Topic: TV Shows - Download season specific folder thumbnails
- Replies: 1
- Views: 3173
TV Shows - Download season specific folder thumbnails
How to do this with Filebot? Seems it can change the episode data and the subtitles and overall download artwork for the show but not the specific seasons For instance most shows, each show has a different title picture to indicate it's a different season and that should be the thumbnail for the ...
- 21 Dec 2022, 02:49
- Forum: Windows
- Topic: Ignore "The or A's" at start of names
- Replies: 2
- Views: 3015
Re: [SNIPPET] Sort Name
You are awesome, that worked to a tee :) { n.sortName('$2, $1') } I then cvame to the issue i wanted to change the :'s FIlebot puts by default which are invalid and only change The to the end. The following works { n.colon(' - ').replaceFirst(/^(?i)(The)\s(.+)/, /$2, $1/) } ({y}){' CD'+pi}{subt}
- 21 Dec 2022, 01:19
- Forum: Windows
- Topic: Ignore "The or A's" at start of names
- Replies: 2
- Views: 3015
Ignore "The or A's" at start of names
Is there a way to put (A or The's) at the end of names by default. So many movie and shows start with A or The which is a nightmare for sorting. I would manually name them "Name, The instead of The Name". for instance Is there a way to do this with the GUI when naming files.? Instead of having to do ...
- 19 Dec 2022, 05:41
- Forum: Windows
- Topic: Undefined error retrieving subtitles
- Replies: 7
- Views: 4675
Re: Undefined error retrieving subtitles
Thank you, well i'll have to wait for the full version, cause i cannot login to opensubtitles with the beta version, it just hangs. Given up on Opensubtitles, can't even login to there forum site now. https://subscene.com/ is a better and much easier choice. Atleast it works, they may not have all ...
- 19 Dec 2022, 02:25
- Forum: Windows
- Topic: Undefined error retrieving subtitles
- Replies: 7
- Views: 4675
Re: Undefined error retrieving subtitles
That is with the latest version of Filebot 4.9.6. with the 4.9.8 beta i can't login to opensubtitles therefore cant test if my issue is resolved, it just hangs otherwise all the other things seem to work. I'm thinking there's something going on on there end. There end is claiming i keep reaching my ...
- 18 Dec 2022, 21:09
- Forum: Windows
- Topic: Undefined error retrieving subtitles
- Replies: 7
- Views: 4675
Re: Undefined error retrieving subtitles
I was doing the whole 8 seasons in one go, when it started failing half way through, clearly the files are there cause i just went back and did them folder by folder and they all downloaded fine.
- 18 Dec 2022, 21:04
- Forum: Windows
- Topic: Undefined error retrieving subtitles
- Replies: 7
- Views: 4675
Re: Undefined error retrieving subtitles
Dec 19, 2022 7:02:34 AM net.filebot.ui.subtitle.SubtitleAutoMatchDialog$SubtitleDescriptorBean fetch WARNING: No Such File: https://dl.opensubtitles.org/en/download/src-api/vrf-19d90c5d/sid-NFVVd,63yFkJCqMDMvJRJrCP5Xb/file/1957455295.gz [404 Not Found] Dec 19, 2022 7:02:34 AM net.filebot.ui ...
- 18 Dec 2022, 20:07
- Forum: Windows
- Topic: Undefined error retrieving subtitles
- Replies: 7
- Views: 4675
Undefined error retrieving subtitles
Forgive if this has been covered, i did search and nothing came up This is happening frequently but randomly if that makes sense. Seems for the most part with Filebot when using the subtitle retrieval/upload section if you don't close and reopen the programme each time you do a successfull search ...
- 10 Jan 2022, 23:50
- Forum: Windows
- Topic: How do I generate Windows-compatible file paths for Plex?
- Replies: 4
- Views: 2447
Re: How do I generate Windows-compatible file paths for Plex?
First off thanx for the reply 1) Filebot expression default is set to put {n} - {s00e00} - {t} (which would be the correct output i want but the filenames it picks up from the databases have a : as part [n] portion, which filebot sais is not valid and when you validate it just takes it out. just as ...
- 09 Jan 2022, 23:30
- Forum: Windows
- Topic: How do I generate Windows-compatible file paths for Plex?
- Replies: 4
- Views: 2447
How do I generate Windows-compatible file paths for Plex?
Currently using the current version of Filebot and i have no issues continuing to use it, it's a godsend in many ways 1) When i use to get to rename for Movies or TV Shows episodes, it by default uses : 's in the naming how do i default that to a - instead as windows and plex don't support :'s ...