einstein95 / crunchy-xml-decoder

GNU General Public License v2.0
35 stars 14 forks source link

Edit EXIT to be a PAUSE in start.bat #10

Closed ghost closed 9 years ago

ghost commented 9 years ago

It would be nice if the window didn't automatically close on completion (so you can see if it worked properly, had errors etc..) I have editied mine but I think it should be deafule

MidgardSerpent commented 9 years ago

open up _start.bat in a text editor and replace rem PAUSE with PAUSE

ghost commented 9 years ago

I've already done that and set it up for me. I just am suggesting you make it a default

einstein95 commented 9 years ago

I REM'd it out as it was a hassle when batch downloading episodes.

On Sat, May 2, 2015 at 1:01 AM, ganon11000 notifications@github.com wrote:

I've already done that and set it up for me. I just am suggesting you make it a default

— Reply to this email directly or view it on GitHub https://github.com/einstein95/crunchy-xml-decoder/issues/10#issuecomment-98128593 .

ghost commented 9 years ago

Surely you could add it to the end of the last episode downloaded (I get a lot of RTMP reconnects and that breaks the video stream)

einstein95 commented 9 years ago

I... don't see how it breaks the mkv output, you could easily do Ctrl+C on rtmpdump if it's not working right (forces a restart of the download). Not sure how I could add it to "the end of the last episode downloaded" as when batch downloading, it's doing the exact same thing for each episode.

On Sat, May 2, 2015 at 8:42 AM, ganon11000 notifications@github.com wrote:

Surely you could add it to the end of the last episode downloaded (I get a lot of RTMP reconnects and that breaks the .mkv output)

— Reply to this email directly or view it on GitHub https://github.com/einstein95/crunchy-xml-decoder/issues/10#issuecomment-98231118 .

ghost commented 9 years ago

This is the part I mean that breaks the downloaded video https://i.imgur.com/FYoMeN9.png

ghost commented 9 years ago

Also been getting a lot of these recently: https://i.imgur.com/YXMQVJj.png

einstein95 commented 9 years ago

That means you're not running the latest version... or I need to sync my local changes...