Search found 83 matches
- 30 Apr 2024, 21:05
- Forum: Ubuntu & Desktop Linux
- Topic: Used chatGPT to do this, so wanted to make sure it..
- Replies: 3
- Views: 6648
Re: Used chatGPT to do this, so wanted to make sure it..
i missed that. Is there a command to use a preset? I'm using arr-scripts with LIdarr. They implement using deezer as the downloader. I tried specifiying the format i wanted but it seems not to do it. So I wanted to use filebot to apply my current MUSIC file formatting.
- 29 Apr 2024, 22:57
- Forum: Ubuntu & Desktop Linux
- Topic: Used chatGPT to do this, so wanted to make sure it..
- Replies: 3
- Views: 6648
Used chatGPT to do this, so wanted to make sure it..
Should use the preset specified via amc to rename files and folders. #!/bin/bash # FileBot script to process newly created music files using a specified preset # Directory containing the music files to be processed input_dir="/media/william/NewData/music/CURRENT/" # Preset to be used for processing ...
- 21 Jan 2024, 00:02
- Forum: Episode / Movie Naming Scheme
- Topic: Music naming scheme
- Replies: 1
- Views: 1449
Music naming scheme
Current rename scheme: /media/william/NewData/Music/MP3-OLD/{albumartist}/{album}{media.'part/position_total' == null ? null : '/CD ' + media.'part/position'}/{media.'part/position_total' == null ? null : media.'part/position'}.{ pi.pad(2) } - {artist} - {t} It currently is always this, even if ...
- 26 May 2022, 13:47
- Forum: Scripting and Automation
- Topic: Trying to reprocess old music that already has cover.jpg
- Replies: 4
- Views: 3477
Re: Trying to reprocess old music that already has cover.jpg
Thanks that worked. I just needed something that worked and could be run via the command line. Since AMC already existed, I looked no further.
- 26 May 2022, 05:24
- Forum: Scripting and Automation
- Topic: Trying to reprocess old music that already has cover.jpg
- Replies: 4
- Views: 3477
Trying to reprocess old music that already has cover.jpg
I'm using this: filebot -script 'fn:amc' '/media/william/DataOrig/MUSIC/' --output '/media/william/DataOrig/MOCK/' --action move -non-strict --conflict auto --def 'music=y' 'unsorted=y' 'artwork=y' 'clean=y' 'skipExtract=y' --apply refresh --log all --log-file music.log --def excludeList=music.txt ...
- 07 Jun 2016, 09:45
- Forum: Feature Requests and Bug Reports
- Topic: Python version?
- Replies: 3
- Views: 3888
Re: Python version?
They'd be better off with OSMC over Openelec. OpenElec bills itself "as just enough OS to run Kodi". OSMC is Debian Jessie based with APT/DEB support.
- 02 Mar 2015, 20:49
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1031455
Re: Exclude Blacklist & Series-Mappings
NCIS.NO NCIS: New Orleans
- 10 Jun 2014, 05:11
- Forum: Feature Requests and Bug Reports
- Topic: "folder.jpg" added to process output?
- Replies: 3
- Views: 3254
Re: "folder.jpg" added to process output?
Unfortunately this board is I believe ran on SF.net. One thing that happens because of this is everyone is logged with an IP of 127.0.0.1(ie localhost). Not knowing what other problems this environment causes, I'd say this is the most likely culprit. In other words someone else failed their login(99 ...
- 06 Jun 2014, 18:51
- Forum: Feature Requests and Bug Reports
- Topic: spelling in movie.nfo
- Replies: 3
- Views: 3512
Re: spelling in movie.nfo
kim they are stored in UTF-8. The program you are using is set to open documents in ANSI or doesn't support UTF-8.
- 03 Jun 2014, 23:05
- Forum: Feature Requests and Bug Reports
- Topic: [Bug] Update wiped all customizations Bah HUMBUG
- Replies: 7
- Views: 5506
Re: [Bug] Update wiped all customizations Bah HUMBUG
on that same note, is there an easy way to add the forum posts to an RSS feed reader such as feedly. I typically wait until I either find an issue or a new update comes out to see what the latest stuff going on is with the forums but that way I would be more caught up in general. The atom feed is ...
- 02 Jun 2014, 23:10
- Forum: Feature Requests and Bug Reports
- Topic: [Bug] Update wiped all customizations Bah HUMBUG
- Replies: 7
- Views: 5506
Re: [Bug] Update wiped all customizations Bah HUMBUG
Already answered here by rednoah in another post: http://www.filebot.net/forums/viewtopic ... 9984#p9984
- 27 May 2014, 21:28
- Forum: Help and Support
- Topic: miss.groovy
- Replies: 4
- Views: 5048
miss.groovy
Instead of printing out all the missing episodes, it prints all the one you have. fn:sysenv: # Environment Variables # =::: ::\ PSModulePath: C:\Users\Owner\Documents\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ SystemRoot: C:\Windows GPOD: C:\Users\Owner\Documents ...
- 03 Apr 2014, 13:52
- Forum: Scripting and Automation
- Topic: [SYNOLOGY ATOM] How To Correctly Install FileBot+MediaInfo
- Replies: 20
- Views: 15553
Re: [SYNOLOGY ATOM] How To Correctly Install FileBot+MediaIn
"ar" should probably be "tar"
- 27 Mar 2014, 15:58
- Forum: Help and Support
- Topic: Can't play file with XBMC after AMC process...
- Replies: 14
- Views: 8592
Re: Can't play file with XBMC after AMC process...
Assuming I read the first post right. If you are using SMB, you could also do something like this: [Storage] comment = Storage path = /media/Storage public = yes writable = yes create mask = 0777 directory mask = 0777 force user = william force group = william Forcing the file/folder permissions to ...
- 23 Feb 2014, 22:09
- Forum: Help and Support
- Topic: Capital letters on file extensions
- Replies: 11
- Views: 8171
Re: Capital letters on file extensions
ISO 639-1 two letter code for Swedish is sv, se is the two letter code for "northern sami".
https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
- 15 Feb 2014, 20:17
- Forum: Scripting and Automation
- Topic: modify subject for email
- Replies: 1
- Views: 2102
Re: modify subject for email
I don't see any commandline stuff, but you could run a local copy of AMC from each location and edit the local copy. Either change the subject like so: From subject: "[FileBot] ${emailTitle}", To: subject: "[FileBot] ${emailTitle} - at the lake", or you could put it in the body like so: Find: p ...
- 02 Feb 2014, 18:21
- Forum: Feature Requests and Bug Reports
- Topic: FileBot Pro/VIP Edition? (i.e. a Paid Version)
- Replies: 8
- Views: 8456
Re: FileBot Pro/VIP Edition? (i.e. a Paid Version)
I personally wouldn't have a problem with it, but it shouldn't allow animated ads. Else people would probably be extremely put off. If they install Filebot and then see annoying animated ads, many would likely head to uninstall it immediately.
- 28 Jan 2014, 22:53
- Forum: Scripting and Automation
- Topic: Help with creating a simple script to rename directories
- Replies: 12
- Views: 7893
Re: Help with creating a simple script to rename directories
The "-r" option tells filebot to handle folders recursively , the "." tells filebot to do it "from the current folder". So say the folder is "movie/new/" then it would tell it to start from "movie/new/". If it was ".." it would tell it to start from one folder below current folder ie "movie/".
- 28 Jan 2014, 12:52
- Forum: Anything and Everything else
- Topic: banhammer
- Replies: 8
- Views: 12338
Re: banhammer
It goes to the MCP, where anyone with the right Moderator permissions can see and address them.Ithiel wrote:@bone,
that would probably make more sense, but I have nfi where those alerts would go, lol. Does it come to all 3 of us, or just red?
- 28 Jan 2014, 12:51
- Forum: Anything and Everything else
- Topic: banhammer
- Replies: 8
- Views: 12338
Re: banhammer
They go to the Moderator Control Panel:
Sadly hidden away on this style. Make sure you're on the index, so that it shows the MCP link in the drop down.- 27 Jan 2014, 13:09
- Forum: Anything and Everything else
- Topic: banhammer
- Replies: 8
- Views: 12338
Re: banhammer
Actually instead of PM'ing a specific person, use the post report button 

- 20 Jan 2014, 15:47
- Forum: Scripting and Automation
- Topic: Combine amc and watcher scripts
- Replies: 18
- Views: 12250
Re: Combine amc and watcher scripts
The Escape tool gave me this, difference is it escaped the "$" sign:
Escape tool:
filename -script fn:escape
Code: Select all
"movieFormat=New Movies/{n} ({y}) {\"[\$vf]\"}/{n} ({y})"
filename -script fn:escape
- 04 Jan 2014, 19:32
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] Search titles for other languages
- Replies: 9
- Views: 8182
Re: [Feature Request] Search titles for other languages
Instead of having all three in the file name, why not name the file in English and take the results for German and French and symlink.
//STORAGE/Videos/English/English Title.mkv (Real File
symlinked files:
//STORAGE/Videos/Deutsch/Deutsch Titel.mkv
//STORAGE/Videos/Francais/Titre francais.mkv
//STORAGE/Videos/English/English Title.mkv (Real File
symlinked files:
//STORAGE/Videos/Deutsch/Deutsch Titel.mkv
//STORAGE/Videos/Francais/Titre francais.mkv
- 03 Jan 2014, 17:16
- Forum: Help and Support
- Topic: Changing artwork.tvdb.groovy for my needs
- Replies: 3
- Views: 2981
Re: Changing artwork.tvdb.groovy for my needs
So that would be: fetchSeriesBanner(seriesDir["season${season.pad(2)}-poster.jpg"], series, "season", "season", season, override, locale) Just to be sure I'm looking to make it: SERIESNAME/season04-poster.jpg SERIESNAME/season05-poster.jpg Also would it be possible to add fetching Episode Images ...
- 03 Jan 2014, 17:08
- Forum: Scripting and Automation
- Topic: [SCRIPT] FileBot.jar Auto Updater (Windows)
- Replies: 13
- Views: 18078
Re: [SCRIPT] FileBot.jar Auto Updater (Windows)
I've already done this, it even backs up the current one before updating. http://www.filebot.net/forums/viewtopic ... 4610#p4610