intertube icon indicating copy to clipboard operation
intertube copied to clipboard

music storage locker

Results 10 intertube issues
Sort by recently updated
recently updated
newest added

For some reason the tracks view seems to get stuck loading for me. Due to this, searching doesn't work because not every track gets indexed/cached. Upon going to the music...

Regression from migrating to R2. I tried to use `` for the download link but it only works in Safari, other browsers consider it cross-origin and ignore.

Currently we return a subsonic API error when `getCoverArt` can't find any matching art, but some web-based clients such as Subplayer don't like this and display a broken image instead....

Need some UI improvements related to track selection in the web UI - Be able to select multiple tracks - Edit multiple tracks simultaneously (the backend does support this) -...

enhancement

Currently if you upload the same track in multiple encodings (e.g. mp3 and flac) it will show both of them in the web UI and subsonic APIs. Let's deduplicate them....

enhancement

The _King Gizzard & The Wizard Lizard_ broke _so many_ players with their long-ass album title :D On inter.tube, I've found this bad overflow. ![CleanShot 2023-06-20 at 19 30 39@2x](https://github.com/guregu/intertube/assets/133159/c268ee39-78f2-42fb-befc-4ac101de07d1)...

It will run without Stripe configured, but we should hide the subscription settings / nag message etc

I've tested it against R2 and it works nicely, but you need to set some CORS things in the admin panel, things like that.

Occurs when attempting to upload ~200 files also: error: Failed after retrying 5 times: {"message": "Internal server error"} I'm thinking a potential issue is API rate limit exceeded, or perhaps...

Here's a rough idea... Things that you need: - B2 buckets - one for unprocessed uploads (intertube-upload) - one for processed tracks (directories split by user) - AWS account for...