Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Brendan Stupik

Pages: 1
1
General Discussions / Re: "SpotToBee" Python Tool
« on: December 15, 2024, 11:28:04 PM »
Thank you guys for making a dedicated SpotToBee thread. I'm glad to see some people enjoying this little project of mine. I wanted to very quickly update future readers and inform you all that Spotify has made a most-unfortunate decision to disable API requests for all Spotify-owned playlists. This decision, essentially, disallows SpotToBee access to their radios, ‘This Is...’ curations, charts,  blends, and more. I find this remarkably disappointing. That said, SpotToBee still works with private (human created, even if they aren't yours) playlists. I hope it can still be of some use to all of you!

2
General Discussions / Re: "SpotToBee" Python Tool
« on: December 15, 2024, 11:25:14 PM »
Quote
I have a question about the script, but it seems there is no topic for discussion here. I often use Picard for tags, but sometimes the title tag may not be specific, such as missing (live...) or the album tag may be unmarked (deluxe). Is it possible to match songs by isrc and upc (barcode) tags? I don't risk using the script yet because of a bad experience with the last.fm playlist plugin, when due to differences in the artist tag, the plugin could not match songs with feat.

Hi! I think ISRC matching is an excellent idea. I am rather certain the Spotify API returns ISRC information in playlist GET requests, so I’ll look into it.

If, in the meantime, you’re simply hoping to reduce spammy tracks in your playlists (live tracks instead of studio versions, etc.) the tool offers the ability to filter by release type. For example, you could filter out the ‘live’ or 'compilation' release types from Picard.  I’m not a Picard expert, but I believe it saves this info to the 'release type' tag by default, though it could be a plugin. You have to have to integrate this data into MusicBee as a custom tag for it to be used as a smart playlist filter, but SpotToBee’s config.ini allows you to specify it by tag name.

Regarding artist tags, you'll have to forgive me for this oversight, but the tool will have to be updated to handle instances with multiple track artists. I have an idea in mind, though, so I'll try to update the tool soon. This will probably be the #1 priority in terms of updating the tool, and I'll work on ISRC later down the road, as it will require some investigating Spotipy. If anyone would like to help, the tool is open source!

3
General Discussions / Re: "SpotToBee" Python Tool
« on: November 04, 2024, 09:12:40 PM »
Hello,
Here is my configuration for several years. No extra tabs, everything is on this page. But I may have to add an Artist tab as I'm starting to have too many albums.


How do you make those 'This Is' playlists? Do you have a script which generates them based on popularity, genre, rating, etc.? Or is it just manual?
Wondering because it could be a cool algorithm you might have cooked up.

Hi! It looks like you quoted the wrong post, which is why I'm just now replying to this. I linked my tool SpotToBee in the post above this reply, so hopefully that explains how I made the playlists.

Otherwise, I actually did experiment with creating my own "This Is" algorithm, but Spotify seemed to be the only API with easily accessible audio analysis features. If you have any ideas as to where else I might be able to find that data, I’d definitely be open to working on an alternative!

I’m currently developing a tool that can pull those audio analysis features from Spotify—values like "danceability," energy, and key—and tag local audio files with them. This could theoretically be used to create smart playlists in MusicBee, but I'm limited by the number of custom tags (there are too many to actually use them all in MusicBee unless they're merged into one tag and then split with virtual tags), and I’m trying to figure out how to implement this at the moment.

As of now, I can generate smart playlists based on energy, valence, etc., but it’s a bit subjective and challenging to translate those values into moods or anything worthwhile for the average listener. For example, <50 energy and >70 "acousticness" might create a "relaxing" playlist, but this process is highly prone to error. I know Spotify has a "popularity" tag, but honestly, I figured generated playlists based on that value would be very similar to their curated playlists anyway.

4
General Discussions / "SpotToBee" Python Tool
« on: November 04, 2024, 08:52:57 PM »
How do you make those 'This Is' playlists? Do you have a script which generates them based on popularity, genre, rating, etc.? Or is it just manual?
Wondering because it could be a cool algorithm you might have cooked up.

I am also interested in this, @Brendan Stupik.
Hi, you can use my python tool "SpotToBee" ("pip install SpotToBee," or see the GitHub page: https://github.com/BrendanStupik/SpotToBee) to download playlists from Spotify with their covers. Basically, it constructs a smart playlist to match each song in a given Spotify playlist by artist and title filters, with some regex to remove things like "- Remastered 2015."

If you have a large collection of music, it can be quite fun to copy their radio stations, "This Is" playlists, etc. over to MusicBee. I hope this is helpful!

5
Screenshots / Re: Config/theme show off thread.
« on: July 07, 2024, 09:34:25 PM »
It will always be a work in progress, but I think I'm finally satisfied with the basic navigational aspects of my config.

6
Questions / Is there a way to rotate album covers in theatre mode?
« on: April 15, 2023, 01:21:48 AM »
I've started collecting booklets, back covers, etc. for some of my favorite albums, and I want to create a minimal layout which cycles through them. I haven't attempted to make a theater mode display yet, but I haven't found any theatermodes that include this functionality. Is it possible?

7
Questions / Is there a way to change the size of the highlight icons?
« on: February 25, 2023, 07:47:43 PM »
Hello, long time MusicBee user here with a quick question: is it possible to change the size of these highlight icons? https://snipboard.io/ZCoUhK.jpg  I only use them on albums, and I'd like to make them larger than they are. If anyone has any idea how to do this, I'd appreciate any help! Thanks :)

Pages: 1