58

Looking to access the music from an Android app.

Currently I'm using Jellyfin (since I already use it for other stuff), but it isn't ideal. No option to download entire albums easily, and if the server is offline then I can't even use the music downloaded to my phone.

you are viewing a single comment's thread
view the rest of the comments
[-] amansrevenger@feddit.de 1 points 3 years ago

Yeah I love the useability of PlexAmp combined with the "it just works" from deemix that has all the tagging done already

For reference, here is my library "summary" and the work I put in was basically finding duplicates, fixing tags to be Artist feat. Other Artist and stuff like that and that took around 3 hours to get the following script for the Picard Renaming Script part

$set(title,$rreplace(%title%,\(.*\)OST\\s+,)) 



  
$setmulti(artist,%artist%)  
  
$set(myvar,$getmulti(%artist%,0))
  
  
$if($is_multi(%artist%),$setmulti(artist,%myvar%))
  
  
  
$if2(%artist%)/
  
$if(%artist%,%album%/,)


$trim(%album%) - %title%
this post was submitted on 13 Jun 2023
58 points (100.0% liked)

Selfhosted

61189 readers
280 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS