GithubHelp home page GithubHelp logo

Comments (5)

axipher avatar axipher commented on May 28, 2024

Okay, so looking through the Youtube-dl documentation, I found a workaround for "resuming" downloads.

If you create a text document called "C:\Users\axipher\youtube-dl.conf" and put in the following lines of code, it will then generate a new text file to track the completed episodes and upon re-running Crunchyroll-Downloader, it will respect this archive list. The key here is they Crunchyroll-Downloader is runnng its own version of youtube-dl in the ProgramData folder so it needs the youtube-dl config file in that location to use it instead of the usual "Roaming" folder in AppData.

youtube-dl.conf

--ignore-errors
--continue
--download-archive C:/Users/axipher/youtube-dl_archive.txt

Example of the generated text file at "C:\Users\axipher\youtube-dl_archive.txt"

crunchyroll 650673
crunchyroll 650675
crunchyroll 650677
crunchyroll 650679

So I believe all that is needed is to add "--download-archive C:/Users/axipher/youtube-dl_archive.txt" to the <program.cs> file and/or configure that to use another text field in the Windows UI using {archive_file} or something like that.

I might take a crack at setting up all the required components to download and compile a new branch of this, but Github is totally new to me and I'm learning how it's structured on the fly.

from crunchyroll-downloader.

skid9000 avatar skid9000 commented on May 28, 2024

Wew, i didn't think about that...
If i have some time this W.E i will see if i can implement that.

Feel free to open a PR if you want to help ^^

from crunchyroll-downloader.

axipher avatar axipher commented on May 28, 2024

I'm sure you can implement something that simple :P

I'll be honest, I don't quite know how the whole Git system works for pull requests and branches and what not. I'm more then willing to help test stuff and I can browse the code trying to find problems and what not, but no idea how to actually use the site other then cloning and building per the readme.

from crunchyroll-downloader.

skid9000 avatar skid9000 commented on May 28, 2024

I pushed the implementation on the develop branch, haven't tested it yet tho.

from crunchyroll-downloader.

skid9000 avatar skid9000 commented on May 28, 2024

I don't really have much time to test this feature :/ If someone could confirm if the solution is working then i can merge it to master...

from crunchyroll-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.