Commit Graph

40 Commits

Author SHA1 Message Date
Odd Stråbø cd53329fb9 Remove kodi_six: import directly 2024-06-11 05:28:19 +00:00
Odd Stråbø 7763762212 Tool black: auto-format Python code 2024-06-10 09:19:47 +00:00
Marcell Kovács 0ec3741ef8
fix grammar 2023-02-07 18:03:35 +01:00
Kian-Meng Ang 1f48b62a93 Fix typos
Found via `codespell -S resources`
2022-11-14 09:14:06 +08:00
Matt 572cfad5fd Check path instead of name for missing episodes 2022-04-09 22:04:17 -04:00
Matt 1dcc2245a2 Skip syncing missing episodes 2022-04-02 20:21:09 -04:00
Odd Stråbø 53c887d354 Use module-relative imports 2021-10-12 18:08:47 +02:00
Brian Pepple e7e6fbdd31 Move assignment closer to its usage 2021-10-10 16:40:58 +02:00
Matt 8b89ff3deb Make sure we only sync boxsets once 2021-05-02 12:46:47 -04:00
Matt a1f3d8eb10 Fix followup sync again 2021-04-30 20:54:52 -04:00
Matt a1a135d0ea Fix syncing libraries after initial sync is complete 2021-04-16 17:42:26 -04:00
Matt 778dd43b3f Stop editing sources.xml 2021-03-08 20:12:52 -05:00
Odd Stråbø 164fc50d98 Named tuples and type hints? What is this magic? 2021-02-23 02:42:26 +01:00
Odd Stråbø 61fcfe3b5e Fix tuple prepend 2021-02-23 00:18:02 +01:00
Odd Stråbø 2bade17e7f Why ever would I want the sync_id back when I query with it? 2021-02-22 05:31:25 +01:00
Odd Stråbø 8517597262 Get specific library vs list of libraries 2021-02-22 04:42:51 +01:00
Matt b094b7ba30 Fix boxset sync on startup, simplify code 2020-12-31 11:37:38 -05:00
mcarlton00 515f0a2978 Fix boxsets typo 2020-12-28 10:29:21 -05:00
mcarlton00 f536d68846 Remove commented line 2020-12-27 11:39:14 -05:00
mcarlton00 c8b524b2a9 Fix refresh boxsets function 2020-12-27 11:36:03 -05:00
Matt 813ec68e38 Review suggestions 2020-09-09 18:33:47 -04:00
Matt db6cad8e15 Optimize music library lookups for larger libraries 2020-09-07 22:26:36 -04:00
Odd Stråbø 8a3ca73d52 flake8 2020-08-21 14:56:15 +02:00
Matt d10ca845f4 empty default if there are no boxsets in the server 2020-08-03 15:07:26 -04:00
Matt ce21b37501 Remove unneeded message variable 2020-08-03 14:37:49 -04:00
Matt 4178f0a362 Fix boxset syncing 2020-08-02 18:50:57 -04:00
Matt eca9630918 Remove library_check wrapper 2020-08-02 17:00:34 -04:00
Matt 5f34222712 Optimize network calls for music syncing 2020-08-02 09:42:16 -04:00
Odd Stråbø 803081f65a Remove some generic exceptions 2020-08-01 00:08:03 +02:00
Odd Stråbø a6241d25db Update deprecated isPassword functionality
and dialog line1 to message parameter rename.

The isPassword change likely bumps minimum version up to Kodi 18.
This can be worked around if desirable.
2020-05-29 01:11:25 +02:00
Odd Stråbø 795dfd38df Get the logger from a central place 2020-04-19 03:21:40 +02:00
Matt e414e28157 Simplify remove function calls 2020-03-28 23:37:07 -04:00
Matt aeca1a0049 Cleanup code around removing libraries 2020-03-28 23:25:13 -04:00
Matt e6101b404a Fix music video scanning 2020-02-26 21:05:38 -05:00
Matt de95807323 Run library updates properly with current items 2020-02-26 20:59:02 -05:00
Chuddah af810861c8 Allow for UI updates as the library is being sync'ed
Periodically release the locks on the database as the sync with the
server is being performed. This allows the UI to communicate with its
database and update the UI in real time.

Taken this oppurtunity to refactor some common code improve
maintainance.
2020-02-18 23:23:47 +00:00
Odd Stråbø a51bf9c2cc Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
TrueTechy 4e179890ec Change translation function name from _ to translate 2019-11-25 00:58:44 +00:00
Odd Stråbø e91e979f4d Remove the prompt before library selection. 2019-11-09 20:16:19 +01:00
TrueTechy 84b8093171 Begin restructing, fixed some issues related to movement 2019-11-07 22:58:44 +01:00