Jump to content

Ritashugisha

Member
  • Posts

    69
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Like
    Ritashugisha got a reaction from DaveRR in Luxinate - Download video and audio from YouTube and SoundCloud   
    Thank you for the report. I was afraid that that the way I set up the SoundCloud search wouldn't work for everyone.
    If you could open up your terminal and install the SoundCloud directory to your machine by entering...
     
    sudo pip install soundcloud
     
    This should download the SoundCloud API directly to your machine.
    If the pip command doesn't work for you, then try this command instead.
     
    sudo easy_install soundcloud
     
    Let me know if this fixes the luxsoundcloud option. Thank you.
  2. Like
    Ritashugisha got a reaction from S036 in Luxinate - Download video and audio from YouTube and SoundCloud   
    As of now, youtube-dl's extractor for Bandcamp media is basically broken.
     
    Luxinate can download Bandcamp media if:
    The URL is similar to this "http://brove.bandcamp.com/track/alone" The song is listed as free on Bandcamp The webpage refers to bandcamp, not some other site Sorry that I can't fix this to work on all media available on Bandcamp.
    If youtube-dl's extractors get updated Ill make sure to find a way to modify the extractors for Bandcamp.
  3. Like
    Ritashugisha reacted to Ritashugisha in Luxinate - Download video and audio from YouTube and SoundCloud   
    Future versions of Luxinate are going to include a settings option that will allow the user to...
    Set the path downloads are saved and more... (Suggestions are greatly appreciated) As a temporary fix to your problem:
    Open the workflow folder for Luxinate Open "LuxinateProc.py" in a text editor On line 45 change the global variable DOWNLOADS to the path where files will be saved
     
    (If your path includes spaces, then put your path inside of the "formatSpaces()" definition)
     
                                                                                                                                                                                                      
     
    To change youtube-dl to fit your needs requires some background knowledge about youtube-dl itself. 
    If you want to know more about youtube-dl I would recommend reading this as well as the source code itself.
     
    To answer your question "(i.e. always download the highest quality format available)"
    youtube-dl defaults to downloading the highest quality available as stated on youtube-dl's FAQ.
     

     
                                                                                                                                                                                                      
     
    Thank you for your feedback!
×
×
  • Create New...