Search found 18 matches
- 18 Jun 2025, 11:46
- Forum: Ubuntu & Desktop Linux
- Topic: WARNING: do not use Native apps instead of Flatpak
- Replies: 1
- Views: 562
WARNING: do not use Native apps instead of Flatpak
After an utterly inordinate amount of time debugging, rebugging, reinstalling, obsequious curse words, three full days, and ChatGPT, I realized why everything stopped working. If you're installing your torrent program from your distros app store (in this case, qB), make sure you deselect the flathub ...
- 19 Jan 2025, 00:27
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1130552
Re: [SNIPPET] Sort into A-Z folders
I lost my torrents.sh file when my drive died (after 8 years) and I just knew I could come back to this thread to find at least most of the script I was usingrednoah wrote: ↑19 Mar 2023, 11:12 e.g.Code: Select all
{ if (az in 'A'..'L') return '/path/to/A-L' if (az in 'M'..'Z') return '/path/to/M-Z' return '/path/to/#' } / {plex}

- 02 Jun 2024, 12:18
- Forum: Windows
- Topic: No more Subtitles after Opensubtitles hack
- Replies: 24
- Views: 21474
Re: No more Subtitles after Opensubtitles hack
Upon noticing that my copy of Paprika didn't have any subtitles, I remembered about this hack, and I checked out Filebot settings This is not a problem I have seen before, alittler@andrewnas:~$ filebot -script fn:configure BUG! At this point argument array length and parameter array length should be ...
- 20 Mar 2023, 02:58
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1130552
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 ...
- 19 Mar 2023, 11:02
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1130552
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 again, I think I got it ...
- 18 Mar 2023, 13:17
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1130552
Re: [SNIPPET] Sort into A-Z folders
How would I sort TV shows, by their first letters, into separate drives? Something like this;
Ah tell you hwat...
Code: Select all
{
if ({az} = A..L) {
return "/media/alittler/'TV Shows'/{plex}"
} else {
return "/media/alittler/'TV Shows2'/{plex}"
}
}
- 14 Oct 2022, 08:41
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1130552
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 ...
- 13 Oct 2022, 04:19
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1130552
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 ...
- 08 Oct 2022, 01:08
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1130552
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 kept ...
- 19 Sep 2021, 03:52
- Forum: Synology NAS & Embedded Linux
- Topic: [BETA] FileBot for Synology DSM 7.0
- Replies: 40
- Views: 82450
Re: [BETA] FileBot for Synology DSM 7.0
I really, really should have waited before updating DSM, hachy machy.
- 12 Nov 2019, 07:34
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot is very... selectively renaming/ moving.
- Replies: 10
- Views: 12108
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.
- 12 Nov 2019, 07:28
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot is very... selectively renaming/ moving.
- Replies: 10
- Views: 12108
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 ...
- 11 Nov 2019, 06:42
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot is very... selectively renaming/ moving.
- Replies: 10
- Views: 12108
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 ...
- 11 Nov 2019, 04:35
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot is very... selectively renaming/ moving.
- Replies: 10
- Views: 12108
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 ...
- 10 Nov 2019, 19:50
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot is very... selectively renaming/ moving.
- Replies: 10
- Views: 12108
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 ...
- 10 Nov 2019, 06:33
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot is very... selectively renaming/ moving.
- Replies: 10
- Views: 12108
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 ...
- 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: 5676
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 ...
- 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: 5676
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:/Movies" -script fn ...