jellyfin-kodi/jellyfin_kodi
Claudio Saavedra d98d64f28a music: Fix multidisc indexing
Kodi uses internally a right-shift operation to codify in a
single integer disc number and track number. This is taken
into account in this addon but, incorrectly, it is done for
discnumber > 1 only, while Kodi uses it for tracks in all
discs.

Fix this by directly codifying the track and disc number
for all discs.

This patch is based on investigation by user @neightwulf in
github.
2023-08-16 12:24:45 +03:00
..
database Use module-relative imports 2021-10-12 18:08:47 +02:00
dialogs Fix tests 2021-10-12 18:08:47 +02:00
entrypoint fix if statement 2023-02-07 17:52:28 +01:00
helper fix grammar 2023-02-07 18:03:35 +01:00
jellyfin fix grammar 2023-02-07 18:03:35 +01:00
objects music: Fix multidisc indexing 2023-08-16 12:24:45 +03:00
__init__.py Begin restructing, fixed some issues related to movement 2019-11-07 22:58:44 +01:00
client.py fix grammar 2023-02-07 18:03:35 +01:00
connect.py Use module-relative imports 2021-10-12 18:08:47 +02:00
downloader.py fix grammar 2023-02-07 18:03:35 +01:00
full_sync.py fix grammar 2023-02-07 18:03:35 +01:00
library.py Companion: check list of installed plugins 2022-10-18 17:45:51 +02:00
monitor.py fix grammar 2023-02-07 18:03:35 +01:00
player.py Use module-relative imports 2021-10-12 18:08:47 +02:00
views.py fix grammar 2023-02-07 18:03:35 +01:00