Commit Graph

3725 Commits

Author SHA1 Message Date
Matt eb0e85d8f5 Make tests not fail 2021-05-02 17:09:54 -04:00
Matt 21c4a8539f Change websocket import location 2021-05-02 16:52:48 -04:00
Matt 979c077231 Move websocket to a dependency 2021-05-02 16:52:41 -04:00
Matt be518f845b Make sure sync libraries are formatted properly 2021-05-02 12:56:32 -04:00
Matt 8b89ff3deb Make sure we only sync boxsets once 2021-05-02 12:46:47 -04:00
mcarlton00 f64b250d91
Merge pull request #508 from venomousZealot/master
Use jellyfin's DisplayTitle for audio and subtitle streams
2021-04-30 21:18:24 -04:00
Matt 37a72759cb Fix removing music libraries 2021-04-30 20:55:07 -04:00
Matt a1f3d8eb10 Fix followup sync again 2021-04-30 20:54:52 -04:00
venomousZealot 97a44985e6
Use jellyfin's DisplayTitle for audio and subtitle streams 2021-04-28 14:43:48 +02:00
mcarlton00 6f9334f76d
Merge pull request #507 from mcarlton00/version-bump-0.7.2
Version bump to 0.7.2
2021-04-27 20:03:31 -04:00
Matt 95e3d2dcbc Version bump to 0.7.2 2021-04-27 19:58:53 -04:00
mcarlton00 0a02ae69b1
Merge pull request #504 from venomousZealot/patch-1
Fix transcoding of wrong audio channel
2021-04-27 19:48:27 -04:00
Odd Stråbø 10a6045b36
Merge pull request #506 from mcarlton00/maximum-overdrive
Increase maximum bitrate
2021-04-28 01:29:29 +02:00
Matt 5ec70bacbf Fix max bitrate profile, default to 1000Mbps 2021-04-27 18:27:25 -04:00
Odd Stråbø 8ffb423121
Merge pull request #503 from mcarlton00/issue-template-logs
Include link to kodi's log uploader in issue template
2021-04-27 18:43:23 +02:00
venomousZealot 45b4cb428a
Fix transcoding of wrong audio channel
It's a zero based index, so if the first entry is not the default language, you can't ever select it.
Probably related to https://github.com/jellyfin/jellyfin-kodi/issues/265

PS: It's my first time messing with code on github. Sorry, if I didn't follow protocol correctly.
2021-04-26 11:30:24 +02:00
Matt 7ed7654024 Include link to kodi's log uploader in issue template 2021-04-25 10:50:03 -04:00
Odd Stråbø f9f1cccb97
Merge pull request #494 from mcarlton00/subsequent-syncs
Fix syncing libraries after initial sync is complete
2021-04-25 00:42:20 +02:00
mcarlton00 77dbe45a4a
Merge pull request #484 from mcarlton00/context-menu
Fix playback from context and info menus
2021-04-19 19:40:26 -04:00
mcarlton00 fe039a36fd
Merge pull request #500 from mammo0/faster_sync
Speed up sync process
2021-04-19 19:40:04 -04:00
mammo0 0359e0f80a fixed 'args' beiing provided as list for dict.get() method
before the people cache was never used, because the 'args' parameter in
the 'self._people_cache.get(args)' call was a list/tuple object; but the
people cache dictionary has only strings as keys
-> so there were always database queries for the persons which slowed
down the sync process


also renamed 'args' to 'name', because basically a person gets searched
only by its name (see queries.py)
2021-04-19 18:07:03 +02:00
mammo0 ce5a74c3a8 avoid creating of a Kodi database object for every item in the workers 2021-04-19 17:33:16 +02:00
Matt bc47e93d1c Remove unneeded function 2021-04-16 17:47:32 -04:00
Matt 2fcef85029 Fix playback from context and info menus 2021-04-16 17:47:32 -04:00
Matt a1a135d0ea Fix syncing libraries after initial sync is complete 2021-04-16 17:42:26 -04:00
Odd Stråbø 83e7031da6
Merge pull request #490 from mcarlton00/recently-added-albums
Fix recently added albums in Kodi 19
2021-04-06 02:22:43 +02:00
Gregor Gabrovšek ab71a8c5e1 Translated using Weblate (Slovenian)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/sl/
2021-03-26 10:16:27 -04:00
Matt 33dfd0ee82 Fix capitalization of variable 2021-03-15 23:42:11 -04:00
Matt 94b3a3e0a0 Fix recently added albums in Kodi 19 2021-03-15 23:32:37 -04:00
Abby 416ccf6ae1
Merge pull request #489 from mcarlton00/version-0.7.1
Version bump to 0.7.1
2021-03-15 08:09:09 +00:00
Matt d184d1a3f6 Version bump to 0.7.1 2021-03-14 21:45:00 -04:00
mcarlton00 b3e88bbeb2
Merge pull request #488 from mcarlton00/pls-mr-linter
Fix formatting on multiline if statement
2021-03-14 21:40:28 -04:00
Matt d3d4996d0d Split if statement evenly 2021-03-14 19:09:10 -04:00
Abby 35876c1626
Merge pull request #487 from mcarlton00/actor-full-sync
Fix full syncs with new actors
2021-03-14 13:51:22 +00:00
Matt f12b58406b Fix formatting on multiline if statement 2021-03-14 09:50:19 -04:00
Matt 77f06b0817 Fix full syncs with new actors 2021-03-14 09:44:36 -04:00
Abby 96bdbefb8c
Merge pull request #485 from mcarlton00/people-sync
Fix integrity error in actor table during sync
2021-03-14 04:06:05 +00:00
Abby cbe8860aad
Merge pull request #486 from mcarlton00/highest-db
Always use highest version database available
2021-03-14 02:25:31 +00:00
Matt 54a425fde4 Always use highest version database available 2021-03-13 21:13:44 -05:00
Abby cad1a05c07
Merge pull request #482 from mcarlton00/no-sources
Stop editing sources.xml
2021-03-14 01:51:28 +00:00
Matt abf5b8b8df Remove unused import 2021-03-13 20:22:42 -05:00
Matt 2d60480df3 Rework people sync to avoid exception program flow 2021-03-13 20:13:40 -05:00
WWWesten 8712d2bf57 Translated using Weblate (Kazakh)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/kk/
2021-03-12 13:04:56 -05:00
Matt 778dd43b3f Stop editing sources.xml 2021-03-08 20:12:52 -05:00
Odd Stråbø a78ab1377c
Merge pull request #476 from mcarlton00/remove-clean-from-xml
Disable the cleanonupdate tag in advancedsettings.xml
2021-02-26 21:51:10 +01:00
Matt 2ffe61de67 Disable the cleanonupdate tag in advancedsettings.xml 2021-02-25 22:13:30 -05:00
mcarlton00 01b114c19e
Merge pull request #475 from oddstr13/plural(s)
Fix: Get specific library vs list of libraries
2021-02-24 21:12:37 -05:00
hoanghuy309 a4262631a6 Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/vi/
2021-02-24 17:16:56 -05:00
Odd Stråbø 9b30c883ea Fix import order 2021-02-23 02:53:10 +01:00
Odd Stråbø 164fc50d98 Named tuples and type hints? What is this magic? 2021-02-23 02:42:26 +01:00