Search found 2 matches

by zdevel
September 3rd, 2015, 2:06 am
Forum: Post-Processing Scripts
Topic: [Windows] Help needed! Flac to ogg converter script
Replies: 2
Views: 5802

Re: [Windows] Help needed! Flac to ogg converter script

First of all, thank you. That didn't solve my initial problem, but got me on the right track. I needed to tell sabnzbd to replace spaces with underscores, as escaping spaces in paths is rather dull in Powershell. The other trick is to assemble the path in the script like so ($PathName + "\"...
by zdevel
September 2nd, 2015, 1:40 pm
Forum: Post-Processing Scripts
Topic: [Windows] Help needed! Flac to ogg converter script
Replies: 2
Views: 5802

[Windows] Help needed! Flac to ogg converter script

I've written a little converter script, but have no idea why it's not working. Process is as follows: when a flac download finishes, "call.bat" is called which in return calls "flacogg.ps1". call.bat looks like this: PowerShell -ExecutionPolicy Bypass "C:\Progra~2\SABnzbd\sc...