Playlists are automatically reorganized with Tidal after I put them in the order I want

One more question…

Does this feature work on all devices… so if I switch from my imac to my laptop to my ipad these playlists will still be there? Just want to be sure before putting in all that work.

Unfortunately, this only looks like a feature on IOS. I do a lot of VJ jobs so if its not cross platform like tidal with DJPro then not as beneficial. Sometimes need to switch to laptop or have it as a backup option in case of a bug requiring restart of IOS which happens a lot. The other day I was cueing a video/song and it for some reason linked with the current playing song and started relooping the live track when I was hitting the cue track hot cues. But thats another post.

@othasidedjs

  1. My Collection is available on iOS, macOS and Windows. It might also be called My Library. The icon is a white folder with an orange djay logo in the center.
  2. Yes, you can have multiple different Playlists and also Playlist Folders in the My Collection source.
  3. My Collection is available across different macOS and iOS devices, but unfortunately the playlists are currently not automatically synced. You need to manually copy the djaymedialibrary database from one device to the other. This process is fairly simple, but not automatic. https://help.algoriddim.com/hc/en-us/articles/360014912211-Where-does-djay-store-playlists-cue-points-and-other-data-
  4. There’s a YouTube video from a djay user explaining how to copy the database between devices: https://youtu.be/1-BHwXYPuIw?si=tZUO1exMO6unwJXq
  5. I highly recommend you backup the database files before doing this. Also this is not officially supported by Algoriddim, so use at your own risk. Personally, I’ve been using this method for years on iPhone, iPad, and MacBook with no issues.

@othasidedjs to learn more about the My Collection source you can refer to the djay Pro AI macOS User Manual. https://help.algoriddim.com/hc/en-us/articles/360014911691-User-Manual-for-djay-for-Mac

Here are some screen shots as well:

Thanks again. Unfortunately, without the playlists syncing between devices like Tidal does, its not a useful feature. I don’t have time to swap data files everytime I update a playlist. Hopefully Algo can do that in future upgrades. We are switching over to DJ pro for our bar/club and this would be a great feature if it were synced. Love the concept of being able to use songs from different sources rather than just one. Hopefully this Tidal bug is fixed one day. Thanks.

@othasidedjs understood.

  1. You can cast your vote to add the automatic syncing of My Collection in this thread: Syncing My Collection Playlists between Devices
  2. I have not been able to reproduce this bug on my setup. My hunch is that this is a bug on the Tidal side of things, however, I have shared this with our Dev Team to see what they think. Thanks!

Thanks again. I have also emailed the support team about this bug. I can take video to show the problem because it happens all the time on the two playlists I use the most often. Very strange because it moves the playlist around in large batches. Anyway, I will wait to here back from them. Thanks for the tips.

1 Like

You’re welcome @othasidedjs. The support team has received your email. If you could share a video with them that would be very helpful. Thanks!

Great. Video is ready to go when they are.

Having same problem with iOS. My playlist orders started being jumbled up randomly about a month ago.

This is only happening for me when modifying tidal playlists from djay itself. No issues using tidal on its own hence the issue seems specific to djays use of a tidal api.

Yes same problem with me. If I change on tidal its correct on DJpro but
when I change things on DJpro it reorders everytime i reopen on djpro but
that does not happen when I organize with tidal.

Spent hours Friday rebuilding 2 500+ track playlists as a result of this. I have stopped using DJPro to re-order and move tracks - now only using Tidal itself. I thought I was still OK to add new tracks to a playlist directly from DJPro though, I was wrong however as even this has now screwed one playlist again. All the new tracks have ended up inserted into the middle of the playlist, not the end, several ‘chunks’ of tracks have just moved around within it. So basically all Tidal playlist modifications of any type from inside of DJPro are randomly reordering the playlist. This is a pretty serious bug folks.

ALSO…If I don’t touch Tidal or DJPro for a few days and come back…the
playlist is rearranged and USUALLY its the same group moved to the same
area after I have already moved it a dozen times. I even tried to create a
backup playlist and copy the exact same entire playlist with a different
name to see if it was a specific bug for that playlist but it did the same
thing with a different group of songs.

As a programmer, there are couple of things to write out.

I’m suspecting that the issue is on the Tidal side:

  1. they don’t keep track on what order the tracks are in playlist
  2. when fetching data from Tidal: as performance point of view “return all songs to the client” rather than “return in requested order”, as sorting takes time.

When adding items to your playlist
it’s faster insert to the end of list, as you have different sort functions on the Tidal app itself.

So, the sort functionality isn’t programmed into the API (read from tidal/ write to tidal), but every client needs to handle it.

Unless you are a dev working at algoriddim I’d like them to comment please as they may have private APIs specific to them, given that DJPro appears to be trying to manage playlist order.

I’ve not had the playlist order changing all by itself before. It’s only happening when adding/reordering/removing tracks from inside of DJPro.

And this is a problem that only started in the last 6 weeks. Been using
DJPro for 2 years arranging playlists within DJPro and never had this
happen before.

Yes, same here. Recent phenomenon.

And this is a problem that only started in the last 6 weeks. Been using
DJPro for 2 years arranging playlists within DJPro and never had this
happen before.