Search found 5 matches
- 12 Jun 2014, 08:44
- Forum: Help and Support
- Topic: Sort from Label Names
- Replies: 9
- Views: 4538
Re: Sort from Label Names
Everything had been working great up to a week or so ago, now the script has stopped working, this is the message I'm getting: Parameter: seriesFormat = {file.path[0] Parameter: music = n Parameter: artwork = n Parameter: ut_label = TV Shows Parameter: ut_state = 5 Parameter: ut_title = Suits.S04E01 ...
- 14 Apr 2014, 12:52
- Forum: Help and Support
- Topic: Sort from Label Names
- Replies: 9
- Views: 4538
Re: Sort from Label Names
Yes. RTFM, the section called Change how files will be organized and renamed which explains you how to pass in your own formats. Well I had read the manual and I'm sure for someone like yourself it seems straight forward but for someone like me it's like trying to read a foreign language. :lol ...
- 13 Apr 2014, 05:51
- Forum: Help and Support
- Topic: Sort from Label Names
- Replies: 9
- Views: 4538
Re: Sort from Label Names
This is all you need on a silver platter, the rest is up to you ;) {file.path[0] == 'F' ? 'F:/Reality Shows' : 'G:/TV Shows'}/{n} - {sxe} - {t} Thanks again for your help rednoah but I probably haven't explained myself very well. I assume the code you added above is for using in FileBot's user ...
- 12 Apr 2014, 15:23
- Forum: Help and Support
- Topic: Sort from Label Names
- Replies: 9
- Views: 4538
Re: Sort from Label Names
It's all in the format. Though you don't have access to ut_label you can just check the current file path, and build paths based on that. This is a complete different case but you should be able to see why this is useful to you: http://www.filebot.net/forums/viewtopic.php?f=8&t=1516&p=9010#p9010 ...
- 12 Apr 2014, 01:46
- Forum: Help and Support
- Topic: Sort from Label Names
- Replies: 9
- Views: 4538
Sort from Label Names
Hi guys, I'm trying to automate my setup but am finding a lot of this stuff is over my head, I hope someone can help me out. I use the built in RSS downloader in uTorrent to automatically download my TV shows and due to disk space I have had to split my collection on to two different hard drives ...