Giter Site home page Giter Site logo

Comments (3)

timrae avatar timrae commented on June 11, 2024

This is a tidal issue not a problem with the script. When you choose date added as the sort field it's using descending order instead of ascending order. If you want to be able to choose the sort order then you should request the feature from tidal.

from spotify_to_tidal.

aarohmankad avatar aarohmankad commented on June 11, 2024

@timrae I think there's a misunderstanding here. Tidal lets me sort in both orders, but the order that we add the songs into the playlist swaps the meaning of ascending/descending. Let's assume my Spotify playlist looks like this, sorted in reverse-chronological order:

  • B (added 1 day ago)
  • C (added 1 week ago)
  • D (added 1 year ago)

This syncs into my Tidal playlist in (B, C, D) order. Now I'll sort my Tidal playlist in reverse chronological order. My expectation is that it matches the Spotify order. However, I get:

  • D (Added to Tidal playlist last, hence "most recent")
  • C
  • B (Added to Tidal playlist 1st, hence "longest time" ago)

I could flip my sorting to get the correct order: (B, C, D). However, when I add Song A, it gets punted to the bottom of the playlist instead of the top. In the Spotify sort order, if I add Song A I would have the desired order (A, B, C, D). In Tidal, I now get (B, C, D, A)

Let me know if that helps illustrate the problem!

from spotify_to_tidal.

timrae avatar timrae commented on June 11, 2024

This syncs into my Tidal playlist in (B, C, D) order.

Hmm I'm not sure where you're getting this idea from... It syncs your playlist in 'custom order', which is generally chronological order if you haven't done any manual reordering of the playlist. So unless you've specifically gone and manually reordered them to be in that order, then it'll be synced to tidal as D, C, B.

I don't make any attempt to maintain the order it was added between Spotify and Tidal. Your proposed patch doesn't add this feature either, it just reverses the custom order, which breaks the main use case.

from spotify_to_tidal.

Related Issues (17)

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.