Search found 18 matches

by g3rman
31 May 2022, 19:33
Forum: Scripting and Automation
Topic: Pushover - How to call in Docker AMC
Replies: 2
Views: 878

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.
by g3rman
31 May 2022, 16:33
Forum: Scripting and Automation
Topic: Pushover - How to call in Docker AMC
Replies: 2
Views: 878

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 proper...
by g3rman
31 May 2022, 14:24
Forum: Episode / Movie Naming Scheme
Topic: Convert custom formats for AMC
Replies: 3
Views: 1161

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...
by g3rman
31 May 2022, 00:54
Forum: Episode / Movie Naming Scheme
Topic: Convert custom formats for AMC
Replies: 3
Views: 1161

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 Sho...
by g3rman
30 Jan 2014, 16:52
Forum: Scripting and Automation
Topic: Delete RAR archives after extract
Replies: 3
Views: 3569

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?
by g3rman
30 Jan 2014, 16:17
Forum: Scripting and Automation
Topic: Delete RAR archives after extract
Replies: 3
Views: 3569

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?
by g3rman
09 Dec 2013, 03:04
Forum: Help and Support
Topic: Strange match problem
Replies: 1
Views: 2182

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 epis...
by g3rman
05 Dec 2013, 04:11
Forum: Episode / Movie Naming Scheme
Topic: Adding text when file is a specific Video Format
Replies: 2
Views: 3601

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:

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})]
by g3rman
04 Dec 2013, 22:19
Forum: Episode / Movie Naming Scheme
Topic: Adding text when file is a specific Video Format
Replies: 2
Views: 3601

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 hel...
by g3rman
04 Dec 2013, 18:28
Forum: Scripting and Automation
Topic: Add Day/Month/Year to Filename
Replies: 2
Views: 3119

Re: Add Day/Month/Year to Filename

Figured it out myself:

{n} - {S00E00} ({airdate.format("dd MMMM yyyy")})
by g3rman
04 Dec 2013, 18:17
Forum: Scripting and Automation
Topic: Add Day/Month/Year to Filename
Replies: 2
Views: 3119

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.
by g3rman
05 Nov 2013, 22:54
Forum: Feature Requests and Bug Reports
Topic: Clear Cache brings up UI
Replies: 1
Views: 2408

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?
by g3rman
29 Oct 2013, 20:50
Forum: Episode / Movie Naming Scheme
Topic: Special Episode Problems
Replies: 5
Views: 5628

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.
by g3rman
29 Oct 2013, 18:47
Forum: Episode / Movie Naming Scheme
Topic: Special Episode Problems
Replies: 5
Views: 5628

Re: Special Episode Problems

Thanks. Any suggestions on how I can improve the filter to catch the special episodes?
by g3rman
29 Oct 2013, 16:19
Forum: Episode / Movie Naming Scheme
Topic: Special Episode Problems
Replies: 5
Views: 5628

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 - S0...
by g3rman
28 Oct 2013, 18:29
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 33
Views: 492095

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 Event...
by g3rman
24 Oct 2013, 17:06
Forum: Episode / Movie Naming Scheme
Topic: Retaining folder names for Genres
Replies: 2
Views: 4322

Re: Retaining folder names for Genres

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Incoming donation!! :)
by g3rman
24 Oct 2013, 16:41
Forum: Episode / Movie Naming Scheme
Topic: Retaining folder names for Genres
Replies: 2
Views: 4322

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 T...