Thank you rednoah, it is working as expected now.
So all the problems was caused by me, because i didn't check if python was installed in $PATH ?
Or is it possible that windows fall creators update mix things up a little bit.
Anyway thank you for excellent support.
Search found 17 matches
- 31 Oct 2017, 06:11
- Forum: Scripting and Automation
- Topic: utorrent-postprocess.pyw setup problems
- Replies: 10
- Views: 4556
- 30 Oct 2017, 20:12
- Forum: Scripting and Automation
- Topic: utorrent-postprocess.pyw setup problems
- Replies: 10
- Views: 4556
Re: [Windows] Suppress CMD window
Well, i had python 3.6 x86 installed on my PC, but i uninstalled it before installing newer version 3.6.3 x64 -Anyway i uninstalled and deleted all python files that i can find and installed 3.6.3 x64 again - Irestarted PC and run command in cmd This is result https://i.imgur.com/FMA98y3.png It says ...
- 30 Oct 2017, 13:20
- Forum: Scripting and Automation
- Topic: utorrent-postprocess.pyw setup problems
- Replies: 10
- Views: 4556
Re: [Windows] Suppress CMD window
Its working: python "C:\Users\n3mam\Desktop\Plocha\utorrent-postprocess.pyw" "TV" "5" "Star.Trek.Discovery.S01E07.Magic.to.Make.The.Sanest.Man.Go.Mad.1080p.NF.WEBRip.DD5.1.x264-NTb.mkv" "%K" "Star.Trek.Discovery.S01E07.Magic.to.Make.The.Sanest.Man.Go.Mad.1080p.NF.WEBRip.DD5.1.x264-NTb.mkv" "D ...
- 30 Oct 2017, 11:30
- Forum: Scripting and Automation
- Topic: utorrent-postprocess.pyw setup problems
- Replies: 10
- Views: 4556
Re: [Windows] Suppress CMD window
This is newest log [2017-10-30 12:27:10] Executing: "C:\Users\n3mam\Desktop\Plocha\utorrent-postprocess.pyw" "TV" "5" "Star.Trek.Discovery.S01E07.Magic.to.Make.The.Sanest.Man.Go.Mad.1080p.NF.WEBRip.DD5.1.x264-NTb.mkv" "%K" "Star.Trek.Discovery.S01E07.Magic.to.Make.The.Sanest.Man.Go.Mad.1080p.NF ...
- 30 Oct 2017, 10:33
- Forum: Scripting and Automation
- Topic: utorrent-postprocess.pyw setup problems
- Replies: 10
- Views: 4556
Re: [Windows] Suppress CMD window
//Update
running script from console does work, only uTorrent doesn't trigger python script
running script from console does work, only uTorrent doesn't trigger python script
- 30 Oct 2017, 07:11
- Forum: Scripting and Automation
- Topic: utorrent-postprocess.pyw setup problems
- Replies: 10
- Views: 4556
utorrent-postprocess.pyw setup problems
Hey there @rednoah Can you please help me troubleshoot this one ? I have installed python (x64) on my machine Calling python --version in cmd displays Python 3.6.3 This is my .pyw script https://ybin.me/p/42374dd916953b9d#n4WIt5CehkJjL7ZTgpTGiFIDoqmby0GkZiE/BQa3jT0= in uT run program have url to my ...
- 25 Oct 2017, 05:44
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
Well then i must download only BDMV BD's i guess :/
Any chance to copy files without procesing them ? Like - if input = iso then copy "X location"
Any chance to copy files without procesing them ? Like - if input = iso then copy "X location"
- 24 Oct 2017, 17:22
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
Any idea what's wrong ? RAR archives working just fine, only ISO's (all iso files) are not working
- 23 Oct 2017, 04:47
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
Its same output with --def unsorted=y filebot -script fn:amc --output "E:/KODI" --action test -non-strict "D:\BORDEL\The.Dark.Tower.2017.BluRay.1080p.AVC.DTS-HD.MA5.1-CHDBits" --log-file amc.log --def unsorted=y --def unsortedFormat="{ext == /iso/ ? 'ISO' : 'Unsorted'}/{fn}" C:\Users\n3mam>filebot ...
- 22 Oct 2017, 11:48
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
Thank you for the code rednoah I bought filebot from windows store and now its different story... sysinfo FileBot 4.7.13 (r5200) JNA Native: 5.1.0 MediaInfo: 0.7.93 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2017-05-15 (r500) Groovy: 2.4.12 ...
- 20 Oct 2017, 11:25
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
Sweet, can you tell me, where do i insert this code ?rednoah wrote: ↑20 Oct 2017, 07:47Code: Select all
{ext == /iso/ ? 'ISO' : 'Unsorted'}/{file.structurePathTail}
To the txt file ? or to the uT run program. Sorry I'm new to this

- 20 Oct 2017, 05:15
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
Thank you for great support @rednoah
I know you dont have time for this lame questions, but I'am total noob with scripts in general, can you please tell me how i will do this ? I dont know how to to write specific logic for moving ISO's
Or is there some manual for this ?
I know you dont have time for this lame questions, but I'am total noob with scripts in general, can you please tell me how i will do this ? I dont know how to to write specific logic for moving ISO's

Or is there some manual for this ?
- 19 Oct 2017, 19:20
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
Really weird, is there any way i can bypas it ? something like move whole iso to specific location without procesing it ?
- 19 Oct 2017, 16:50
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
OK, so it extracted hundreds of files, but not actual m2ts files, so whole extracted folder has 1,22MB
This is the output
This is the output
Code: Select all
https://ybin.me/p/5b1b6ba75321a914#bRggaRd4I8WpZGQQYe3Yz6F4siw2kzs+9wgHND15TOY=
- 19 Oct 2017, 04:40
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
In the root directory is BDMV and Certificate, inside BDMV are these files.


- 18 Oct 2017, 16:39
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
Re: [AMC] Ignore disk image error
Its classic BDMV structure
Inside BDMV folder is this

Inside BDMV folder is this

- 18 Oct 2017, 06:27
- Forum: Scripting and Automation
- Topic: [AMC] Ignore disk image error
- Replies: 32
- Views: 12564
[AMC] Ignore disk image error
Hey there, sorry for probably noob question. I'am using filebot's amc script for years now without any issues, but recently i started downloading .ISO blu-ray movies and amc is ignoring these files, can't figure out why. This is my sysinfo: FileBot 4.7.9 (r4984) JNA Native: 5.1.0 MediaInfo: 0.7.93 7 ...