Search found 13 matches

by dr01dy
19 Aug 2021, 15:47
Forum: Ubuntu & Desktop Linux
Topic: Concert Recordings - How-To Dash's
Replies: 5
Views: 11586

Re: Concert Recordings - How-To Dash's

Can anyone help me with my command. It's making the folders with full path Example Music\Band\Volumes\maggot_nas\try\Ablum I was hoping it would just go to Volumes\maggot_nas\Music\Band\Album Here is my command filebot -script fn:amc /Volumes/maggot_nas/try --output /Volumes/maggot_nas/data/Music/ l...
by dr01dy
24 Nov 2019, 17:05
Forum: Scripting and Automation
Topic: Music Scripting - Adjusting Album Name.
Replies: 10
Views: 4389

Re: Music Scripting - Adjusting Album Name.

The folder names are still just putting in spaces instead of using slashes (2019-12-31) as an example. If you read the ID3 tag you would see the Album name as 2910/12/31 filebot -script fn:amc /Users/jlloyd/Desktop/music --output /Users/jlloyd/Desktop/music-complete log-file amc.log --action copy -n...
by dr01dy
23 Nov 2019, 16:33
Forum: Scripting and Automation
Topic: Music Scripting - Adjusting Album Name.
Replies: 10
Views: 4389

Re: Music Scripting - Adjusting Album Name.

Code: Select all

filebot -script fn:amc /Volumes/maggot_music/temp/TAUK --output /Volumes/maggot_music/data/master-music2/ log-file amc.log --action copy  -non-strict --def music=y musicFormat="/Volumes/maggot_nas/data/master-music/{n}/{y}/{album+'/'}{pi.pad(2)+'. '} {music.title]{t}”
Does this look right ?
by dr01dy
16 Nov 2019, 18:18
Forum: Scripting and Automation
Topic: Music Scripting - Adjusting Album Name.
Replies: 10
Views: 4389

Re: Music Scripting - Adjusting Album Name.

Would this work just on the files? I'm really interested in cleaning up the folder names as well.

Thanks for the response
by dr01dy
15 Nov 2019, 23:46
Forum: Scripting and Automation
Topic: Music Scripting - Adjusting Album Name.
Replies: 10
Views: 4389

Re: Music Scripting - Adjusting Album Name.

I figured it out... So based on the ID3 Tag the shows were set to 2019/12/31 which made the application say I can't do a / so I will do a space. If I edit the ID3 tag first and run the following command all is well. filebot -script fn:amc /Volumes/maggot_music/temp/Allman\ Brothers\ Band --output /V...
by dr01dy
15 Nov 2019, 19:20
Forum: Scripting and Automation
Topic: Music Scripting - Adjusting Album Name.
Replies: 10
Views: 4389

Re: Music Scripting - Adjusting Album Name.

Adding in the console log. As you can see it looks like it will work but then strips out the - [COPY] from [/Users//Desktop/Music/phish2018-12-31 New York, NY/ph181231d1_01_The_Moma_Dance.flac] to [/Users//Desktop/Music_Complete/Phish/2018/2018 12 31 New York, NY/01. The Moma Dance.flac] [COPY] from...
by dr01dy
15 Nov 2019, 19:10
Forum: Scripting and Automation
Topic: Music Scripting - Adjusting Album Name.
Replies: 10
Views: 4389

Music Scripting - Adjusting Album Name.

Hello, Wondering what I can add to my configuration in order to add int "-" in-between years, based on my command. filebot -script fn:amc /Users/Desktop/Music --output /Users/Desktop/Music_Complete --log-file amc.log --action copy --conflict override -non-strict --def music=y musicFormat=&...
by dr01dy
25 Feb 2019, 21:11
Forum: Ubuntu & Desktop Linux
Topic: Concert Recordings - How-To Dash's
Replies: 5
Views: 11586

Re: Concert Recordings - How-To Dash's

Thanks for the quick response!

The files are fine it's just the folder name that needs the dashes

Thanks,
Jeff
by dr01dy
24 Feb 2019, 17:57
Forum: Ubuntu & Desktop Linux
Topic: Concert Recordings - How-To Dash's
Replies: 5
Views: 11586

Concert Recordings - How-To Dash's

Hey All, Wondering if it's possible to add in dashes for year-month-day city name for when filebot works with music folders that are not your normal album. I tried messing around but can't seem to get it right. If It helps I am a licensed user to FIlebot Here is an example Show Name - Phish2019-02-1...
by dr01dy
07 Mar 2018, 01:40
Forum: Scripting and Automation
Topic: [rtorrent] Latest rtorrent introduces breaking changes in how ~/.rtorrent.rc works
Replies: 8
Views: 15150

Re: [rtorrent] Latest rtorrent introduces breaking changes in how ~/.rtorrent.rc works

can someone help me out with (0.9.6-2build1) based on this post there hasn't been a clear answer or solution.

Thx - Jeff
by dr01dy
23 Apr 2017, 17:28
Forum: Scripting and Automation
Topic: Mac App Store -script fn:amc help
Replies: 1
Views: 2238

Mac App Store -script fn:amc help

Hey Guys, Long time Filebot user here I had a perfect working setup from the following locations and now it just all of a sudden stopped working. I bought the newest version from the Mac App Store. Wondering if someone can help me. My Setup is to download on to the ~/Desktop/torrent_temp Tranmission...
by dr01dy
17 Mar 2015, 12:12
Forum: Scripting and Automation
Topic: AMC script from bash
Replies: 2
Views: 2623

Re: AMC script from bash

yeah thats a good question hehe. I missed that part :)

Thanks for responding and for such a great project!
by dr01dy
16 Mar 2015, 18:21
Forum: Scripting and Automation
Topic: AMC script from bash
Replies: 2
Views: 2623

AMC script from bash

Hi Guys, i was wondering if someone can help me with my config? I wanted to run this against a ddirectoy full of content but I keep getting errors. My transmission script is working fine but I wanted to make a separate script to clean up stuff I had before I started using the transmission complete s...