Search found 11 matches

by cuneglas
11 Apr 2022, 13:32
Forum: Scripting and Automation
Topic: Conditional command depending on file type
Replies: 4
Views: 2049

Re: Conditional command depending on file type

It work like a charm, I just had to add the missing {pi.pad(2)+'.'}.

Thank you very much for your help

Thanks for the tip about external *.groovy text file.
by cuneglas
10 Apr 2022, 20:44
Forum: Scripting and Automation
Topic: Conditional command depending on file type
Replies: 4
Views: 2049

Re: Conditional command depending on file type

Thanks for you prompt reply. MP3 files with media.PartPosition have a numeric value relative to the disc number. In the case of FLAC files the disk number is given by the Part parameter. If you run the command made for FLAC files without the --file-filter on MP3 files the filename gets only the trac...
by cuneglas
10 Apr 2022, 09:23
Forum: Scripting and Automation
Topic: Conditional command depending on file type
Replies: 4
Views: 2049

Conditional command depending on file type

I had this command to process MP3/M4A filebot -rename "/input/" -r --output "/output/" --format "{albumArtist0 = albumArtist.sortName().charAt(0); albumArtist0.isDigit() ? '0-9' : albumArtist0}/{music.albumArtist.upperInitial().slash(', ')}/{album.upperInitial().colon(' -')}...
by cuneglas
05 Dec 2021, 13:49
Forum: Episode / Movie Naming Scheme
Topic: Problem replacing Forward Slash / in Filenames
Replies: 5
Views: 6814

Re: Problem replacing Forward Slash / in Filenames

It worked, thank you very much.
As always you are the best.
by cuneglas
05 Dec 2021, 10:23
Forum: Episode / Movie Naming Scheme
Topic: Problem replacing Forward Slash / in Filenames
Replies: 5
Views: 6814

Re: Problem replacing Forward Slash / in Filenames

I have the same problem, but with audio files. For example, using a song where the artist of the album is composed of more than one artist, (medinfo shows artist1/artist2), using {media.albumperformer} or {albumartist} I always get "artist1 artist2" and so I can't use .slash(", "...
by cuneglas
17 Jun 2020, 16:20
Forum: Help and Support
Topic: Replace / not working
Replies: 5
Views: 2434

Re: Replace / not working

that does the trick
Thanks
by cuneglas
17 Jun 2020, 14:06
Forum: Help and Support
Topic: Replace / not working
Replies: 5
Views: 2434

Re: Replace / not working

Thanks for your reply. I've tried what you said using {general.albumperformer} But I'm getting groovy.lang.MissingPropertyException: No such property: general for class: Script172 I've tried another property, like bpm, and I got the same error. When I try audio properties like {audio.bitrate} The re...
by cuneglas
16 Jun 2020, 23:27
Forum: Help and Support
Topic: Replace / not working
Replies: 5
Views: 2434

Replace / not working

I was organizing my music library and I used this script. sudo filebot -rename "/volume/Media/Library/_BackOffice/Music/" -r --output "/volume/Media/Library/Music/" --format "{n.upperInitial()}/{album.upperInitial()} ({y})/{media.PartPosition!=null ? media.PartPosition+'.' :...
by cuneglas
16 May 2020, 23:52
Forum: Help and Support
Topic: Revert Last Action on FileBot Node
Replies: 1
Views: 1124

Revert Last Action on FileBot Node

Is it possible to use filebot -revert only for the last action? I just want to revert the files that were arranged the last time I ran FileBot. The files were arranged by a task in FileBot Node on a Synology.
by cuneglas
10 Jun 2018, 18:40
Forum: Feature Requests and Bug Reports
Topic: Organize lyrics (lrc) files
Replies: 3
Views: 2431

Re: Organize lyrics (lrc) files

A lrc file is a file with the synchronized song lyrics. Basically you have text-base file with the following text example [00:20.82]Oh yeah, what we're living in (let me tell ya) [00:27.49]It's a wonder man can eat at all [00:30.33]When things are big that should be small [00:32.97]Who can tell what...
by cuneglas
10 Jun 2018, 06:05
Forum: Feature Requests and Bug Reports
Topic: Organize lyrics (lrc) files
Replies: 3
Views: 2431

Organize lyrics (lrc) files

Hi, Thanks for your incredible work. FileBot has been a great work helper. My music library has tons of lrc files, unfortunately FileBot doesn't process them. Is it possible to FileBot process them in the same way it processes subtitles files? Giving them the same name as the correspondent music? Th...