Re: running youtube-dl in the background without a window

2020-09-16 Thread AudioGames . net Forum — Developers room : dardar via Audiogames-reflector
Re: running youtube-dl in the background without a window Hi!Sorry for the double post, but as a tip for those in the future, I eventually tracked down a stack over flow answer which made reference to creationflags = subprocess.CREATE_NO_WINDOWThis solved my issue. URL: https

Re: running youtube-dl in the background without a window

2020-09-16 Thread AudioGames . net Forum — Developers room : dardar via Audiogames-reflector
Re: running youtube-dl in the background without a window ha, fair enough.I admit I was not entirely clear on what the above answers give me?In so far as I've looked into the subprocess module and studied the shell attribute, though with only limiting success.I simply wonder whether

Re: running youtube-dl in the background without a window

2020-09-16 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: running youtube-dl in the background without a window @6The problem is, it is answered, but I was trying to be polite about pointing that out.  Go read the subprocess documentation as @2 says to do, that can run anything in the background so long as whatever it is doesn't try to open

Re: running youtube-dl in the background without a window

2020-09-16 Thread AudioGames . net Forum — Developers room : omer via Audiogames-reflector
Re: running youtube-dl in the background without a window isnt there a quiet flag, i havent used that in a while but that should be an option URL: https://forum.audiogames.net/post/571217/#p571217 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: running youtube-dl in the background without a window

2020-09-15 Thread AudioGames . net Forum — Developers room : dardar via Audiogames-reflector
Re: running youtube-dl in the background without a window @5 yeah, usually I don't bump threads (didn't on this one for a day or two) but I also was concerned that maybe people thought it was answered and it was not? complications URL: https://forum.audiogames.net/post/571117/#p571117

Re: running youtube-dl in the background without a window

2020-09-15 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: running youtube-dl in the background without a window This is probably not the ideal support avenue.  If this thread didn't get answers before I'm not sure why bumping it would now.  Stack Overflow exists. URL: https://forum.audiogames.net/post/571116/#p571116 -- Audiogames

Re: running youtube-dl in the background without a window

2020-09-15 Thread AudioGames . net Forum — Developers room : dardar via Audiogames-reflector
Re: running youtube-dl in the background without a window Bump, because I also can not figure this one out and it's bugging the crap out of me. URL: https://forum.audiogames.net/post/571115/#p571115 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: running youtube-dl in the background without a window

2020-09-06 Thread AudioGames . net Forum — Developers room : cartertemm via Audiogames-reflector
Re: running youtube-dl in the background without a window youtube-dl contains a section on imbedding in a program. They could have definitely done a better job as far as modularity, but I hardly think that was a priority. URL: https://forum.audiogames.net/post/567694/#p567694

Re: running youtube-dl in the background without a window

2020-09-05 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: running youtube-dl in the background without a window Look to the subprocess module, the documentation of which can be found here. URL: https://forum.audiogames.net/post/567391/#p567391 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

running youtube-dl in the background without a window

2020-09-05 Thread AudioGames . net Forum — Developers room : Simter via Audiogames-reflector
running youtube-dl in the background without a window Hi. I have playd arround with youtube-dl and python modules to search youtube and have build a little client. I only have one small but pritty anoying problem. Every time the client interacts with youtube-dl, youtube-dl opens it's