Search found 15 matches

by alittler
20 Mar 2023, 02:58
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526939

Re: [SNIPPET] Sort into A-Z folders

e.g. { if (az in 'A'..'L') return '/path/to/A-L' if (az in 'M'..'Z') return '/path/to/M-Z' return '/path/to/#' } / {plex} Thank you kindly. Either I misread the Terminal or something (or it was very, very late) but the command I had just tried didn't quite work, and this is a much simpler version o...
by alittler
19 Mar 2023, 11:02
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526939

Re: [SNIPPET] Sort into A-Z folders

How would I sort TV shows, by their first letters, into separate drives? Something like this; { if ({az} = A..L) { return "/media/alittler/'TV Shows'/{plex}" } else { return "/media/alittler/'TV Shows2'/{plex}" } } Ah tell you hwat... After a few hours of try and try and try aga...
by alittler
18 Mar 2023, 13:17
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526939

Re: [SNIPPET] Sort into A-Z folders

How would I sort TV shows, by their first letters, into separate drives? Something like this;

Code: Select all

{
	if ({az} =  A..L) {
		return "/media/alittler/'TV Shows'/{plex}"
	} else {
		return "/media/alittler/'TV Shows2'/{plex}"
	}
}
Ah tell you hwat...
by alittler
14 Oct 2022, 08:41
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526939

Re: Q&A for n00bs

Well, it eventually got to work. The issue seems to have been permissions, and using the idea of your debug.sh file, I put my preferred filebot script into a torrent.sh file and made it executable for all users. I also downloaded about latest Young Sheldon episode about 15,000 times because it was r...
by alittler
13 Oct 2022, 04:19
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526939

Re: Q&A for n00bs

Well, the printenv command works when I add it to my Terminal script, but not when I paste it into qBT. Which I expected, but also blows chunks. I've installed Filebot dozens of times in my attempts organize my completely legal downloading, in uBT, qBT, and my old Synology NAS, and this has never be...
by alittler
08 Oct 2022, 01:08
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526939

Re: Q&A for n00bs

This thread may been three years old, but I would feel bad asking such a dumb question in it's own thread: my brain may be broked, but qBittorrent doesn't seem to want to run anything. And for the record, "TV_Shows" is merely the alias to my TV Shows drive; Movies_Other is where movies are...
by alittler
19 Sep 2021, 03:52
Forum: Synology NAS & Embedded Linux
Topic: [BETA] FileBot for Synology DSM 7.0
Replies: 40
Views: 68484

Re: [BETA] FileBot for Synology DSM 7.0

I really, really should have waited before updating DSM, hachy machy.
by alittler
12 Nov 2019, 07:34
Forum: Synology NAS & Embedded Linux
Topic: FileBot is very... selectively renaming/ moving.
Replies: 10
Views: 7083

Re: FileBot is very... selectively renaming/ moving.

One question I have, which I am not sure is a FileBot thing, is why Plex is grabbing the title of movies from the original files ("Guardians.of.the.Galaxy.2014.1080p.BluRay.H264.AAC-RARBG") but not the renamed one. Like, in Plex, that is the movie title, but the file is the FileBot'd one.
by alittler
12 Nov 2019, 07:28
Forum: Synology NAS & Embedded Linux
Topic: FileBot is very... selectively renaming/ moving.
Replies: 10
Views: 7083

Re: FileBot is very... selectively renaming/ moving.

You may want to process files in smaller batches, since 512 MB of RAM may not be enough for heavy work loads. I recommend using the GUI for the initial one-off task, and then set up automation for new files to get processed one by one as they come in. That's what I was thinking, and was why I just ...
by alittler
11 Nov 2019, 06:42
Forum: Synology NAS & Embedded Linux
Topic: FileBot is very... selectively renaming/ moving.
Replies: 10
Views: 7083

Re: FileBot is very... selectively renaming/ moving.

Touché! Things still don't seem to want to work, though. After running a test the aforementioned 15,000 files, it got hooked on GBBO, and after running a test command, results stopped showing up. /torrents/downloading now only has one file in it, and it still isn't returning anything. filebot -scrip...
by alittler
11 Nov 2019, 04:35
Forum: Synology NAS & Embedded Linux
Topic: FileBot is very... selectively renaming/ moving.
Replies: 10
Views: 7083

Re: FileBot is very... selectively renaming/ moving.

1. I'm using Terminal to test, but Node to see how it works. I am running admin in Terminal, though. 2. I have no idea, but it sounds like something that could be from something else. I tried enabling user home service, and while it didn't work, it has fewer words and none of them were red! filebot ...
by alittler
10 Nov 2019, 19:50
Forum: Synology NAS & Embedded Linux
Topic: FileBot is very... selectively renaming/ moving.
Replies: 10
Views: 7083

Re: FileBot is very... selectively renaming/ moving.

1. I guess I should have been more clear as how I was using FileBot. While I have been testing it through SSH, I am running it through my Synology NAS and the FileBot node app. Running the fn:script as admin still lands me this; admin@Andrewology:/$ filebot -script 'fn:amc' /volume1/torrents/downloa...
by alittler
10 Nov 2019, 06:33
Forum: Synology NAS & Embedded Linux
Topic: FileBot is very... selectively renaming/ moving.
Replies: 10
Views: 7083

FileBot is very... selectively renaming/ moving.

After my best efforts, it has come to this again. I wiped my drives and, push comes to shove, I am re-downloading everything I can. Everything seemed to be working until it suddenly... didn't. I have gone through the boards and will try to make clear anything questions people were asked. - yes, the ...
by alittler
14 Jan 2019, 11:37
Forum: Feature Requests and Bug Reports
Topic: using CLI and amc with clean=y still leaves empty folders
Replies: 6
Views: 4140

Re: using CLI and amc with clean=y still leaves empty folders

Yeah, I figured as much about, these were just the last few commands I had tried after I couldn't figure anything else out. I have tried the cleaner script (in many Command Prompt windows ago) but all I could get out of that was Done?(????)? After that, I think I read somewhere that the cleaner scri...
by alittler
14 Jan 2019, 08:54
Forum: Feature Requests and Bug Reports
Topic: using CLI and amc with clean=y still leaves empty folders
Replies: 6
Views: 4140

Re: using CLI and amc with clean=y still leaves empty folders

Yeah, despite my best efforts, I can't get this to work. I know, this is, like, an 8 year bump, but I can't get this to work when running straight out of the command line. filebot -script "D:/Movies" -script fn:cleaner doesn't want to work, neither does filebot -script fn:amc "D:/Movi...