cooperhammond / irs

:guitar: :notes: A music downloader that understands your metadata needs.
MIT License
381 stars 26 forks source link

Install Struggle #88

Closed photographer2010 closed 1 year ago

photographer2010 commented 1 year ago

Hello there, I am a new user and I am having issues to install this. Can someone send me an install tutorial for linux mint cinnamon? Thank You!

WSINTRA commented 1 year ago

What have you tried so far?

photographer2010 commented 1 year ago

I tried to extract it and run it. I am completely new to this type of code.

photographer2010 commented 1 year ago

could you either make a screen recording of installation on wsl or linux mint? thanks

WSINTRA commented 1 year ago

The author of the software has already created a README file, so no need for the screen recording. That would take a lot of my time or anyone else's. Could you start by explaining, what error or problem you are having. So far we know, you have downloaded something, extracted something and then tried to run it. What did you download? What have you extracted? What have you tried to run and more importantly what happened when you tried to run it?

photographer2010 commented 1 year ago

I downloaded the latest release that said linux only. Then I extracted the file that is called irs from it.

photographer2010 commented 1 year ago

I made no progress since then

WSINTRA commented 1 year ago

Okay well the readme goes on to say that you need to create a .yaml config file somewhere, ideally inside ~/.irs/ directory. That directory may not exist so using your linux terminal, try $cd ~ This should take you to your home directory. Then create the .irs folder (Having the . in front means it is a hidden folder.) $mkdir .irs Then you need to cd into that dir and create the .yaml file. $cd .irs/ && touch .yaml Hopefully you can follow the README from there.

WSINTRA commented 1 year ago

If you get stuck on step 3. see the following https://www.serverlab.ca/tutorials/linux/administration-linux/how-to-set-environment-variables-in-linux/

photographer2010 commented 1 year ago

Thank You very much. I also emailed the creator of this repository directly to see if there is anything else that he can help me with.

Warmly, David Doss


From: William Simpson @.> Sent: Tuesday, February 21, 2023 4:55:17 PM To: cooperhammond/irs @.> Cc: David Doss @.>; Author @.> Subject: Re: [cooperhammond/irs] Install Struggle (Issue #88)

If you get stuck on step 3. see the following https://www.serverlab.ca/tutorials/linux/administration-linux/how-to-set-environment-variables-in-linux/https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.serverlab.ca%2Ftutorials%2Flinux%2Fadministration-linux%2Fhow-to-set-environment-variables-in-linux%2F&data=05%7C01%7C%7C450b3bb9f85f439ced5008db145651c4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638126133195254526%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=NATd98hSuYOZLLpYZRq73wERRFthyPUvmwB4aCc59L4%3D&reserved=0

— Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcooperhammond%2Firs%2Fissues%2F88%23issuecomment-1439140262&data=05%7C01%7C%7C450b3bb9f85f439ced5008db145651c4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638126133195254526%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4FXTI6YmOkv%2B%2BNF1Pz30RGYNco7pZqmDtJY1WKX3wTQ%3D&reserved=0, or unsubscribehttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAX5HGM6S3JPRHKX7PTM5EQ3WYU2ULANCNFSM6AAAAAAVCG2WUQ&data=05%7C01%7C%7C450b3bb9f85f439ced5008db145651c4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638126133195254526%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=eNui4TvrhCJw8XYhXhB0LZ4KwiHNGrL6ADGs96jXIi4%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

WSINTRA commented 1 year ago

I also emailed the creator of this repository directly to see if there is anything else that he can help me with.

Probably not a good idea. But hey, you are learning.

photographer2010 commented 1 year ago

Ok, great! Thanks for the help