Search found 18 matches
- 31 May 2022, 19:33
- Forum: Scripting and Automation
- Topic: Pushover - How to call in Docker AMC
- Replies: 2
- Views: 1414
Re: Pushover - How to call in Docker AMC
Yup, the jlesage container. I'll take a look to see how that command can be passed.
- 31 May 2022, 16:33
- Forum: Scripting and Automation
- Topic: Pushover - How to call in Docker AMC
- Replies: 2
- Views: 1414
Pushover - How to call in Docker AMC
I'm converting my setup to run Filebot as a Docker container. I'm struggling to properly configure pushover notifications in the container configuration in Unraid. I've tried adding "pushover", "AMC_PUSHOVER" as parameters, but neither seems to work. Any thoughts on how to properly pass my userkey ...
- 31 May 2022, 14:24
- Forum: Episode / Movie Naming Scheme
- Topic: Convert custom formats for AMC
- Replies: 3
- Views: 2129
Re: Convert custom formats for AMC
I'm switching from using a Windows Powershell script to an Unraid Docker container. Since all the variables are defined in the docker setup I wanted to convert my existing setup to use the capabilities of AMC. After experimenting I found that the following configuration provides exactly the result I ...
- 31 May 2022, 00:54
- Forum: Episode / Movie Naming Scheme
- Topic: Convert custom formats for AMC
- Replies: 3
- Views: 2129
Convert custom formats for AMC
I'm currently renaming somewhat manually using scripts in Windows and looking to move to more automated functionality with AMC. Any thoughts on how to translate this to AMC would be appreciated! My current folder structure for the watch folder is as follows: British TV Comedy,Documentary, etc TV ...
- 30 Jan 2014, 16:52
- Forum: Scripting and Automation
- Topic: Delete RAR archives after extract
- Replies: 3
- Views: 4304
Re: Delete RAR archives after extract
Danke!
Since I'm only using a batch file to call Filebot (yes, yes, I'm not a programmer
is there any way to delete archives or can this only be done from a script?
Since I'm only using a batch file to call Filebot (yes, yes, I'm not a programmer

- 30 Jan 2014, 16:17
- Forum: Scripting and Automation
- Topic: Delete RAR archives after extract
- Replies: 3
- Views: 4304
Delete RAR archives after extract
I'm using the following CLI syntax:
filebot.exe" -extract --def deleteAfterExtract=y archives=delete -rename -r -non-strict ....
However after the RAR archives are extracted they are not deleted. Any thoughts as to what maybe wrong?
filebot.exe" -extract --def deleteAfterExtract=y archives=delete -rename -r -non-strict ....
However after the RAR archives are extracted they are not deleted. Any thoughts as to what maybe wrong?
- 09 Dec 2013, 03:04
- Forum: Help and Support
- Topic: Strange match problem
- Replies: 1
- Views: 2546
Strange match problem
I came across an odd one today: Inside.The.National.Trust.S01E10.PDTVx264.JIVE.mp4 produces the following output: Filename pattern: [1.00] SxE, [0.00] CWS Rename episodes using [TheTVDB] Auto-detected query: [The Inside, Inside The National Trust] Fetching episode data for [The Inside] Fetching ...
- 05 Dec 2013, 04:11
- Forum: Episode / Movie Naming Scheme
- Topic: Adding text when file is a specific Video Format
- Replies: 2
- Views: 4267
Re: Adding text when file is a specific Video Format
Danke!! Thanks also go to Igor for some sample code in one of his previous posts.
Format:
Format:
Code: Select all
{n} - {S00E00}\{n} - {S00E00} ({airdate.format("dd MMMM yyyy")}) [{(dim[1]>480 && dim[0]==1280) ? 'HDTV 720p ' : (dim[1]>720 && dim[0]==1920) ? 'HDTV 1080p ' : 'PDTV'}({vc})]
- 04 Dec 2013, 22:19
- Forum: Episode / Movie Naming Scheme
- Topic: Adding text when file is a specific Video Format
- Replies: 2
- Views: 4267
Adding text when file is a specific Video Format
I would like to add "HDTV" to my filenames if the Video Format is 720 or 1080 and PDTV if the file is SD. Also if the file is SD it should leave out the Video Format. For example: Firefly - S01E01 [HDTV 720p(x264)] If the file is SD it should look like Firefly - S01E01 [PDTV[XviD)] Any help would be ...
- 04 Dec 2013, 18:28
- Forum: Scripting and Automation
- Topic: Add Day/Month/Year to Filename
- Replies: 2
- Views: 3615
Re: Add Day/Month/Year to Filename
Figured it out myself:
{n} - {S00E00} ({airdate.format("dd MMMM yyyy")})
{n} - {S00E00} ({airdate.format("dd MMMM yyyy")})
- 04 Dec 2013, 18:17
- Forum: Scripting and Automation
- Topic: Add Day/Month/Year to Filename
- Replies: 2
- Views: 3615
Add Day/Month/Year to Filename
I would like to rename files to the following format. Any help would be appreciated:
Firefly - S01E01 (22 March 2008).avi
My problem is getting the month to display as the name of the month rather than the numeric notation.
Firefly - S01E01 (22 March 2008).avi
My problem is getting the month to display as the name of the month rather than the numeric notation.
- 05 Nov 2013, 22:54
- Forum: Feature Requests and Bug Reports
- Topic: Clear Cache brings up UI
- Replies: 1
- Views: 2772
Clear Cache brings up UI
When I run the following
"C:\Program Files\Filebot\filebot.exe" -clear-cache
it ends up bringing the GUI. Is there any way to keep it from doing that and stick to the CLI?
"C:\Program Files\Filebot\filebot.exe" -clear-cache
it ends up bringing the GUI. Is there any way to keep it from doing that and stick to the CLI?
- 29 Oct 2013, 20:50
- Forum: Episode / Movie Naming Scheme
- Topic: Special Episode Problems
- Replies: 5
- Views: 6709
Re: Special Episode Problems
Ok, here's a different approach. Is there a way to always select the UK version from TvDB when multiple matches are returned? I know that all the shows I'm downloading here are British so it should never match the US version.
- 29 Oct 2013, 18:47
- Forum: Episode / Movie Naming Scheme
- Topic: Special Episode Problems
- Replies: 5
- Views: 6709
Re: Special Episode Problems
Thanks. Any suggestions on how I can improve the filter to catch the special episodes?
- 29 Oct 2013, 16:19
- Forum: Episode / Movie Naming Scheme
- Topic: Special Episode Problems
- Replies: 5
- Views: 6709
Special Episode Problems
I'm having an issue with the following files. Notice that the last two episodes c01 and c02 are compilations/special episodes. /downloads/whose line is it anyway uk season 1 dvd/Whose Line Is It Anyway uk - S01E01.avi /downloads/whose line is it anyway uk season 1 dvd/Whose Line Is It Anyway uk ...
- 28 Oct 2013, 18:29
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 36
- Views: 583503
Re: How about sharing our format expressions?
Here's what I came up with: filebot -rename -r "F:\Downloads" --db thetvdb -non-strict --format "F:\British TV\{folder.path.match(/Arts and Culture|Comedy|Documentary|Drama|Game Show|Horror|Kids|Motoring|Music|Mystery|Planes and Trains|Property|Radio|Reality|Sci-Fi|Soaps|Special Events|Talkshow ...
- 24 Oct 2013, 17:06
- Forum: Episode / Movie Naming Scheme
- Topic: Retaining folder names for Genres
- Replies: 2
- Views: 5107
Re: Retaining folder names for Genres
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Incoming donation!!
Incoming donation!!

- 24 Oct 2013, 16:41
- Forum: Episode / Movie Naming Scheme
- Topic: Retaining folder names for Genres
- Replies: 2
- Views: 5107
Retaining folder names for Genres
Greetings experts :) My TV shows arrive in the following format: C:\TV\Drama\Show Name.s01e01.xyz\Show Name.s01e01.xyz.avi C:\TV\Drama\Show Name.s01e02.xyz\Show Name.s01e02.xyz.avi C:\TV\Comedy\Show Name.s01e01.xyz\Show Name.s01e01.xyz.avi C:\TV\Comedy\Show Name.s01e02.xyz\Show Name.s01e02.xyz.avi ...