Spotify to YTMusic Export කරගන්න බැරුව වැලලෙන මිට්ටොන්ට

rukshrulz

Well-known member
  • Jul 16, 2013
    7,854
    12,842
    113
    Colombo
    YTMusic වලට මාරු වෙන්න හදද්දි Spotify වල තියන playlists / like songs සේරම oneshot transfer කරගන්න පුලුවන් tool එකක් හම්බුනා.

    readme එකේ තියෙන steps ටික follow කරන්න.

    https://github.com/linsomniac/spotify_to_ytmusic

    උඩ repo එකම gui එකකින් ඕන කුකුලොන්ට

    https://github.com/Yoween/spotify_to_ytmusic_gui

    pip install part එක බැරි පුතාලට (දැන් කියන්න එපා අපෝ හුත්තො තොට ඕකවත් බැරිද පොන්නයෝ කියල. බෑ)

    !! THIS REPLY ONLY REFERS TO WINDOWS USERS !!
    chatgpt my ass LMFAO if anyone is struggling with the pip install part because your command prompt doesnt recognise "pip", you might need to (re)install it, this video explains how to do it all in command prompt and is super easy to follow!! afterwards you can just follow the readme on github as usual :)
    video in poorly written non-technical format if you dont want to watch it, slight chance i could miss a step so please do tell me if i did:

    1. open cmd/command prompt
    make sure you have python +3.10 installed!!

    2. type:
    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
    this downloads the pip package!! you should see a timer and a bunch of other wackadoo on screen, once c:/users/(name) comes back for you to type in the download should be finished

    3. type:
    py get-pip.py
    you should see downloading bars on screen and stuff, dont panic if anything stops being written despite no command line available for you to type in, its downloading the pip package so its gonna take a while for it to finish (it took a minute for me)
    if this command doesnt work, try this instead:
    python get-pip.py
    the person in the video did this but it couldnt work for me unfortunately!

    4. copy the file path "C:\Users\username\AppData\Local\Programs\Python\Python310\Scripts"
    this file path should be written in a warning that says the scripts are installed on, but are not on PATH

    5. type "environment" in your windows search bar and click "edit the system environment variables", click the environment variables button in the corner

    6. scroll through the "System variables" section till you see a variable named "Path". click that and then click "Edit...."

    7. click "new" and paste your copied file path there!

    8. after thats done, just keep clicking okay until the system properties program closes.

    9. go back to the command prompt program and type exit, then reopen command prompt

    10. type "pip"

    mainly just to check if you actually installed it, you should get lines of --commands n stuff if you did it correctly!

    11. thats basically it!

    just continue with the readme on github and everything should be fine! like it says, run:
    pip install spotify2ytmusic

    and wait for everything to download, once thats done you should run:

    s2yt_gui

    and the spotify to yt music program should run in a different window. hope this helps anyone! :)

    Code:
    https://www.reddit.com/r/YoutubeMusic/comments/1193llv/transfer_spotify_to_youtube_music_playlist/
     
    • Like
    Reactions: EnIgma001