GithubHelp home page GithubHelp logo

Comments (13)

obskyr avatar obskyr commented on August 16, 2024

Eh? Reading lines from a file isn't a feature of khinsider.py, is it?

If you're on Linux, you could do:

while read url; do
    python khinsider.py $url
done < input.txt

On Windows, you could do:

for /F "tokens=*" %A in (input.txt) do python khinsider.py %A

from khinsider.

G9512 avatar G9512 commented on August 16, 2024

Thank you so much for the reply, I am in windows but I'm a dumb with coding. Should I write this in the command line as it is? Thank you again!

Il giorno 19 set 2016, alle ore 15:03, obskyr <[email protected]mailto:[email protected]> ha scritto:

Eh? Reading lines from a file isn't a feature of khinsider.py, is it?

If you're on Linux, you could do:

while read url; do
python khinsider.py $url
done < input.txt

On Windows, you could do:

for /F "tokens=*" %%A in (input.txt) do python khinsider.py %%A

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/10#issuecomment-247986862, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVQmsxhhLpbIAUzaz37TIvIhbiNqzdvaks5qrogDgaJpZM4KAcyW.

from khinsider.

G9512 avatar G9512 commented on August 16, 2024

When I type "khinsider.py for /F "tokens=*" %%A in (input.txt) do python khinsider.py %%A"
The code doesn't work, it says "The soundtrack "for" doesn't seem to exist"

from khinsider.

G9512 avatar G9512 commented on August 16, 2024

Ok now it works, I've created a .bat and then I called it but it's stuck at "getting song list..."
Can you merge this feature in the script? Maybe with the full url support?

from khinsider.

obskyr avatar obskyr commented on August 16, 2024

If you're typing directly into the command line, copy this:

for /F "tokens=*" %A in (input.txt) do python khinsider.py %A

If you're putting it in a .bat, instead copy this:

for /F "tokens=*" %%A in (input.txt) do python khinsider.py %%A

Note that none of them have "khinsider.py" in the beginning - the first word should be "for".

from khinsider.

G9512 avatar G9512 commented on August 16, 2024

thank you, it works, but it doesn't download the cover art

from khinsider.

obskyr avatar obskyr commented on August 16, 2024

Oh, for what soundtrack?

from khinsider.

G9512 avatar G9512 commented on August 16, 2024

All. I've tried with at least 20 soundtracks.

Oh, for what soundtrack?

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/10#issuecomment-248357516, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVQms792vDw06q67rSJGO-n0Y-OFHbpvks5qsAtugaJpZM4KAcyW.

from khinsider.

obskyr avatar obskyr commented on August 16, 2024

Can you give me an example of a soundtrack it doesn't download the cover art for?

from khinsider.

G9512 avatar G9512 commented on August 16, 2024

http://downloads.khinsider.com/game-soundtracks/album/evangelion-death

http://downloads.khinsider.com/game-soundtracks/album/lupin-iii-theme-collection

And so on

Can you give me an example of a soundtrack it doesn't download the cover art for?

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/10#issuecomment-248358151, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVQms4iPPe_qcWt8ds5WOFyn-FXj2NBLks5qsAv5gaJpZM4KAcyW.

from khinsider.

obskyr avatar obskyr commented on August 16, 2024

Those soundtracks don't have cover art files. Compare, for example, Unholy Heights - there's an image on that page, while the ones you've linked don't have cover art attached.

from khinsider.

G9512 avatar G9512 commented on August 16, 2024

Sorry.

Inviato da iPhone

Il giorno 20 set 2016, alle ore 18:59, obskyr <[email protected]mailto:[email protected]> ha scritto:

Those soundtracks don't have cover art files. Compare, for example, Unholy Heightshttp://downloads.khinsider.com/game-soundtracks/album/unholy-heights - there's an image on that page, while the ones you've linked don't have cover art attached.

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/10#issuecomment-248363943, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVQms89iuI1SRDJUf2fF6kF7w5mGtWD5ks5qsBDKgaJpZM4KAcyW.

from khinsider.

obskyr avatar obskyr commented on August 16, 2024

Oh, no problem! Glad I could clear things up. What I generally do for soundtracks without cover art is I download the cover art from the web manually, and use MP3TAG or something similar to re-tag the songs. If any other issues come up, I'll still be here.

from khinsider.

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.