Commit graph

29 commits

Author SHA1 Message Date
76ac99fc61 Remove six.moves: urllib 2024-06-11 03:29:07 +00:00
415fa8ce97 Fix flake8 E721 2024-06-10 15:40:09 +00:00
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
53c887d354 Use module-relative imports 2021-10-12 18:08:47 +02:00
256c401ef9 Fix flake8 lints 2021-10-12 18:08:47 +02:00
Brian Pepple
f5c0016914 Remove redundant conditional 2021-10-10 16:40:58 +02:00
Brian Pepple
dd77969a79 Hoist repeated code outside conditional statement 2021-10-10 16:40:58 +02:00
Matt
5e7901be27 Migrate to new translatePath library 2021-10-02 13:26:37 -04:00
164fc50d98 Named tuples and type hints? What is this magic? 2021-02-23 02:42:26 +01:00
Matt
22340e4e30 Create mysterious missing directory 2020-11-23 20:30:02 -05:00
Matt
144f71e71f Remove verify_kodi_defaults function 2020-11-18 19:36:41 -05:00
6d61a83b54 Flake8 linting 2020-09-27 04:20:24 +02:00
6c5956d9bc Normalize path for os.mkdir
It's not happy with `foo/.`
2020-09-04 23:02:26 +02:00
ee7672a0a1 Handle empty files in profile video XMLs 2020-09-03 22:36:34 +02:00
7884ac4d88 Temporary workaround for #370 2020-08-25 01:53:46 +02:00
a4d2dad11e Use libraries rather than home-screen views 2020-08-06 23:18:44 +02:00
Abby Gourlay
da6c754d90 Remove unused dict 2020-08-02 16:06:04 +01:00
Abby Gourlay
cc899931ed Removed else statements from loops without breaks 2020-08-02 15:53:58 +01:00
Matt
14257f2a30 Only show playlists once 2020-05-15 19:15:01 -04:00
795dfd38df Get the logger from a central place 2020-04-19 03:21:40 +02:00
Matt
3e1884176d Give xml files correct attributes 2020-03-21 19:44:08 -04:00
Matt
0cff79e3c8 Fix logic around checking existing video directory 2020-03-07 10:12:49 -05:00
Matt
fcc6e942ab Use correct xml library for kodi 2020-03-07 08:36:30 -05:00
Matt
bb0a539074 Rework xml unicode handling 2020-03-06 23:38:43 -05:00
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
TrueTechy
efa5048b95 Removed connection tests and minor cleanup 2019-11-11 23:08:21 +00:00
TrueTechy
84b8093171 Begin restructing, fixed some issues related to movement 2019-11-07 22:58:44 +01:00
Renamed from resources/lib/views.py (Browse further)