home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
HTPC Projects
Software
Tools and other software
FileBot - The ultimate TV Renamer and Subtitle Downloader
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="kiwijunglist" data-source="post: 928627" data-attributes="member: 76888"><p>Normally I can do something like this</p><p> </p><p>[code]</p><p>call "C:\FileBot\FileBot.exe" filebot -script "C:\FileBot\grab-fanart.groovy" --q "%ShowName%" --output "C:\Temp\%ShowName%-fanart.jpg"</p><p>if exist "C:\Temp\%ShowName%-fanart.jpg" (</p><p> echo success</p><p> ) else (</p><p> echo failure</p><p> )</p><p>[/code]</p><p> </p><p>However this will never work because it seems like filebot.exe launches another process to find the fanart then completes striaght away, so the script moves on to the next command before the fanart is downloaded.</p></blockquote><p></p>
[QUOTE="kiwijunglist, post: 928627, member: 76888"] Normally I can do something like this [code] call "C:\FileBot\FileBot.exe" filebot -script "C:\FileBot\grab-fanart.groovy" --q "%ShowName%" --output "C:\Temp\%ShowName%-fanart.jpg" if exist "C:\Temp\%ShowName%-fanart.jpg" ( echo success ) else ( echo failure ) [/code] However this will never work because it seems like filebot.exe launches another process to find the fanart then completes striaght away, so the script moves on to the next command before the fanart is downloaded. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Software
Tools and other software
FileBot - The ultimate TV Renamer and Subtitle Downloader
Contact us
RSS
Top
Bottom