jellyfin-kodi/jellyfin_kodi/objects
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
..
kodi Set premiere date 2022-10-29 15:59:27 +02:00
__init__.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
actions.py Avoid circular imports of database 2021-10-19 15:08:50 +02:00
movies.py Fix syncing when obj['Premiere'] is an int 2022-11-19 22:12:15 -07:00
music.py music: Fix multidisc indexing 2023-08-16 12:24:45 +03:00
musicvideos.py Fix syncing of musicvideos with production year YYYYmmdd 2022-12-30 03:16:57 +01:00
obj.py Use module-relative imports 2021-10-12 18:08:47 +02:00
obj_map.json Fix indentation 2022-10-29 23:23:07 +02:00
tvshows.py Fix typos 2022-11-14 09:14:06 +08:00
utils.py Use module-relative imports 2021-10-12 18:08:47 +02:00