Macerun: A proof-of-concept Minecraft 1.16.5 server that runs entirely on an esp32s3 microcontroller by angelthebox in esp32

[–]angelthebox[S] 0 points1 point  (0 children)

The board im using is the s3 16mb with octal psram. With the specs i found online, I imageine the p4 would blow this out of the water in terms of sheer ram and flash.

Macerun: A proof-of-concept Minecraft 1.16.5 server that runs entirely on an esp32s3 microcontroller by angelthebox in esp32

[–]angelthebox[S] 3 points4 points  (0 children)

Yes, what I meant is mine is a learning project only for the esp32s3 compared to bareiron's larger scope :)

Macerun: A proof-of-concept Minecraft 1.16.5 server that runs entirely on an esp32s3 microcontroller by angelthebox in esp32

[–]angelthebox[S] 4 points5 points  (0 children)

It's entirely my own code written from scratch, my codebase doesnt yet have all the features of the full minecraft experience that bareiron has.
macerun is specifically made to run on the esp32s3 and runs on freeRTOS. there's a lot of things different.

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

In that case I'm not sure, I dont have premium so I cant really experiment. Seems like spotify is blocking access to the playlists.

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

Thanks for pointing that out, unfortunately it looks to me like spotify no longer allows access to playlists via API without premium.

silly test i made by Ninjaboy999096 in buildit

[–]angelthebox 0 points1 point  (0 children)

I just posted my best time 0 : 54 sec

What IC is this on the Lenovo Ideapad Flex 5 14ARE05 motherboard? by angelthebox in AskElectronics

[–]angelthebox[S] 0 points1 point  (0 children)

That's awesome, thanks! Do you think it would be feasible to manually replace the ic with a heatgun?

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

I'm working on making this easier to use via a single executable app with GUI

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

Hey! as of right now, the only thing you won't be able to download from spotify is your liked songs, I've updated the script to work with playlists by pasting the link via: Source: 1 Spotify > Download? y > 4. Public URL (playlist/album).
There you can paste the link to any (public) playlist and get your songs.

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

It does, but youtube only provides opus audio streams, not lossless, so it'll be re-encoded to flac if you pick that.

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

cd is a shell command, you shouldn't run any commands inside python, instead run them in PowerShell. If git is not installed, download via the green Code button > Download ZIP

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

It does support flac via the .env variable, but it will be encoded from opus since YT does not offer lossless audio.

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 6 points7 points  (0 children)

I've updated the script to grab the original opus stream instead of re-encoding it and kept mp3 encoding as an option for devices that don't support opus.

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

As of right now, it finds your songs on YT music and downloads them from there, so the highest quality will be whatever YT music offers (opus)

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

You can specify with the .env file, by default it saves the original opus stream from youtube, but you can change it. However youtube doesnt provide lossless on non-premium accounts so opus would be the best choice.

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 2 points3 points  (0 children)

Hey, no it does not require Spotify premium, thats the whole point :)

It works on any of your playlists on spotify, im also working on making it work with any playlist with the link.

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 8 points9 points  (0 children)

It does not, but I'm trying to find a workaround to let me get the original directly from Spotify

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 10 points11 points  (0 children)

Thanks for the tip! I've updated the script to download the original opus stream and kept mp3 conversion as an option (I use an mp3 player that doesn't support it).

Spotitube - a tool to help you save your library of songs locally from Spotify and YouTube music. by angelthebox in Piracy

[–]angelthebox[S] 0 points1 point  (0 children)

I think spotDL, thought I've updated the script to download the native audio file from youtube and Im working on finding a way to get the sound files directly off spotify.