FileBot script that I wrote can't take the qbittorrent variables to run. #14891
Unanswered
batuhankrmn
asked this question in
Q&A
Replies: 1 comment
-
Moved to Discussions (Q&A). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please provide the following information
qBittorrent version and Operating System
v4.3.4.1, Windows 10
If on linux, libtorrent-rasterbar and Qt version
(type here)
What is the problem
I created a bat file to run multiple script but the variables in the script wont replaced with qbittorrent variables ( %F %N %L). I dont know how to add qbittorrent variables to bat file or If it is possible with powershell script, I am okey with that too. For now, I got "no input file selected" error cause %F variables could not replaced with completed torrent location.
What is the expected behavior
I use this script for FileBot software, so bat file should take the qbittorrent variables ( F,N,L) to run the scripts but It could not.
Steps to reproduce
Bat file called test.bat includes
filebot -script fn:amc --output "D:/Media" --action hardlink --conflict skip -non-strict --log-file=amc.log --def excludeList=amc.excludes excludeList=amc.txt unsorted=y music=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
Call external program from qbittorrent with
"C:\Users\batuh\Documents\test.bat" "%F" "%N" "%L"
Extra info(if any)
(type here)
Beta Was this translation helpful? Give feedback.
All reactions