Update radio stations with same name when importing from subsonic

Feature description:

When you would import radio stations from subsonic it would update those radio stations that have same name instead of creating duplicate of that radio station.

Problem solved:

Easier importing radio stations from subsonic if radio stream urls change often without having to delete all those old radio stations that have same name with old stream url.

Brought benefits:

Eases the importing of radio stations from subsonic. In my opinion it would just make sense to update those radio stations that have the same name instead of making duplicate of it even though the radio station stream url changes.

Other application solutions:

 
Tempo always takes the radio station urls from the subsonic server without having to import them but this approach doesn’t obviously store them in the app and thus requires connection to the server.
 

Additional description and context:

 

 

Screenshots / Mockup:

    

Currently the duplication handling is done via the url to work with all cases.

But since Subsonic have ids for the radio urls, I’ll also use that for it so fixing this.

1 Like