Git Product home page Git Product logo

Comments (6)

casualsnek avatar casualsnek commented on May 25, 2024

I just figured playlist creation fails if any item on playlist is at unavailable state in Spotify. I think this is the issue.
Can you check downloads tab to see if any playlist items has 'Unavailable' status ?

from onthespot.

PassiveLemon avatar PassiveLemon commented on May 25, 2024

I do have a playlist that had 4 unavailable items but this happened for my other playlists that don't have any unavailable items. It didn't matter whether any downloads failed, failed and then got re-downloaded, already had some downloaded, or successfully downloaded all of the songs in one go, it never made the m3u

from onthespot.

casualsnek avatar casualsnek commented on May 25, 2024

I will check the issue and update the comment when i make changes.

from onthespot.

PassiveLemon avatar PassiveLemon commented on May 25, 2024

image
Just in case this helps

from onthespot.

vortex91 avatar vortex91 commented on May 25, 2024

I fixed the code to handle "unavailable" and "failed" use casee.
runtimedata.py: added "missing"
downlowder.py: added "missing.add(trk_track_id_str)" to " if not is_playable:" and "except Exception:"
utility: changed logic of ddc to "set(downloaded_data.keys()).union(missing)" and " if track_id in missing:"

users can unzip and replace in proper folders the 3 files with the attachment and it will create m3u when unavaialble or failed to download

edits.zip

from onthespot.

casualsnek avatar casualsnek commented on May 25, 2024

This should be fixed in development branch, can you try again if the playlist feature works as expected ?

from onthespot.

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.