Search found 4 matches
- 02 May 2014, 07:44
- Forum: Scripting and Automation
- Topic: [Script] Send notification via Boxcar2 API
- Replies: 0
- Views: 1963
[Script] Send notification via Boxcar2 API
Send notification via Boxcar2 API import org.jsoup.Jsoup import org.jsoup.Connection.Method // print input parameters _args.bindings?.each{ _log.finer('Parameter: ' + [it.key, it.key =~ /|pushbullet|gmail|mailto|myepisodes/ ? '*****' : it.value].join(' = ')) } args.each{ _log.finer("Argument: $it ...
- 30 Apr 2014, 16:12
- Forum: Help and Support
- Topic: Move subtitle and rename all files
- Replies: 4
- Views: 3396
Re: Move subtitle and rename all files
Think i made it Calling the script from my VbScript Private Function Subtitle_Main() 'iniciar variaveis Fullpath = Left(Wscript.Arguments(1),InStrRev(Wscript.Arguments(1),"\")) FileName = Mid(Wscript.Arguments(1),len(Fullpath)+1) Aux_RenameFile(Wscript.Arguments(1)) FileName=LCase(FileName ...
- 30 Apr 2014, 06:21
- Forum: Help and Support
- Topic: Move subtitle and rename all files
- Replies: 4
- Views: 3396
Re: Move subtitle and rename all files
Ok RedNoah, if you understand like that, no problem.
Thank you anyway RedNoah
Thank you anyway RedNoah
- 29 Apr 2014, 12:53
- Forum: Help and Support
- Topic: Move subtitle and rename all files
- Replies: 4
- Views: 3396
Move subtitle and rename all files
Hi there. I have one script thats call filebot with the specific parameters The Main purpose of this script is to move/rename subtitles from a dropbox folder to the correct location of the video file and rename this video file too. For Series i include the path of the all series in the script. '#V ...