Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can someone guide me? #10

Closed
ghostingone opened this issue Mar 15, 2022 · 13 comments
Closed

can someone guide me? #10

ghostingone opened this issue Mar 15, 2022 · 13 comments

Comments

@ghostingone
Copy link

i'm kinda lost because i don't know much of how phyton works, if somebody could help me, i would be really grateful! :)

@ghostingone
Copy link
Author

i tried opening with commander prompt and install the requirements but it keeps showing me this, i don't know how to install...
image

@z0rg0n
Copy link

z0rg0n commented Mar 15, 2022

That looks like you're not in the folder where you cloned the repository using git clone https://github.com/yarrm80s/orpheusdl.git && cd orpheusdl either that you you never cloned it.

Note that those commands are for Linux and you're on windows so it may not work exactly as written. You should still be able to install and use git though.

Also note that the above clone command has 2 commands separated by an &&. The first is to clone the repo using git and the second is to change the current directory.

@ghostingone
Copy link
Author

i managed to install the requirements
image

however, i pasted the code for the settings there and that happened
image

i also tried to run the orpheusdl file and the module on phyton (3.9), but they ain't working. Thank you for your time!

image
image

@z0rg0n
Copy link

z0rg0n commented Mar 16, 2022

You need to install a module for whatever streaming subscription you have.
For example if you use Tidal you would install this module.

@Dniel97
Copy link
Collaborator

Dniel97 commented Mar 16, 2022

OrpheusDL does not include any module by default, you have to manually install modules, for example OrpheusDL Qobuz or OrpheusDL Tidal.

@ghostingone
Copy link
Author

i managed to install, but where should i put my login info? is it here?
image

@z0rg0n
Copy link

z0rg0n commented Mar 16, 2022

I don't think that's it. I don't have access to my box as a reference but I'm pretty sure the login info goes in orpheusdl/config/settings.json at the bottom of the file.

@ghostingone
Copy link
Author

ik where it is but i don't find where i need to put my credentials :/ image

@Dniel97
Copy link
Collaborator

Dniel97 commented Mar 16, 2022

After cloning a module in modules/ you have to execute python orpheus.py as stated in every module's README.md to refresh the config/settings.json file. After the refresh, the required options needed for the module to work properly will be added.

@ghostingone
Copy link
Author

i did this and it didn't added anything :/
the only thing that i found related to login was this
image

@Dniel97
Copy link
Collaborator

Dniel97 commented Mar 16, 2022

I'm not sure which module you are trying to use, but if you are using the OrpheusDL Tidal module, just exeute python orpheus.py <tidal link here> as shown in the Usage Example.

@ghostingone
Copy link
Author

thank you so much, i finally got to download it! one final question, do you know how to separate the channels from this file on audacity? it shows me a error bc of the ffmpeg library, but i already have them installed on my PC

image

@Dniel97
Copy link
Collaborator

Dniel97 commented Mar 17, 2022

That's not related to OrpheusDL, therefore off-topic. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants