Search found 1 match
- May 1st, 2024, 3:45 pm
- Forum: General Help
- Topic: Read file names / assign category based on nzb filename
- Replies: 7
- Views: 6848
Re: Read file names / assign category based on nzb filename
I'm using the sabnbzd docker container and realized it as follows: 1.) Settings > Special Folders > Scripts Folder > bin 2.) Created the file "obtain-category-by-filename" in /config/bin with the following content: #!/bin/bash # Return parameters # accept nzb echo "1" # do not ov...