Viperinius / jellyfin-plugin-spotify-import

Import playlists from Spotify in Jellyfin
GNU General Public License v3.0
28 stars 2 forks source link

Can this import songs when the entire album is in one flac file, and uses .cue files to separate? #11

Closed nuttapillar closed 11 months ago

nuttapillar commented 11 months ago

If not, would it be possible to add this feature? Thanks!

Viperinius commented 11 months ago

I'm not familiar how Jellyfin itself handles this. Does the album still show up in the same way as with separate files for each song?

I would expect it to work in that case

nuttapillar commented 11 months ago

Unfortunately Jellyfin just shows the whole album as one file, it doesn't split it up.

Viperinius commented 11 months ago

In that case, the plugin will not work with single album flac files. It needs each song to be a separate item in Jellyfin.

Apparently this feature for Jellyfin is quite highly requested, so you might need to hope it gets implemented in the near future: https://features.jellyfin.org/posts/1190/cuesheet-support If that feature is implemented, this plugin would work as well.