croneter
|
b4ec68bf82
|
Refactoring: move all exceptions in a single module
|
2021-09-13 11:24:06 +02:00 |
|
croneter
|
9c975cfe24
|
Fix playlist sync: __bool__ returning str instead of bool
|
2020-12-27 17:22:15 +01:00 |
|
croneter
|
193778f0f4
|
Fix hashing for playlists
|
2020-12-27 17:22:15 +01:00 |
|
croneter
|
88a84672c3
|
Remove encoding and decoding of filepaths
|
2020-12-27 17:22:14 +01:00 |
|
croneter
|
c22b4c782d
|
Remove obsolete encodes and decodes
|
2020-12-27 13:16:44 +01:00 |
|
croneter
|
4b4dc1afbf
|
Fix class __repr__ to account for Python 3
|
2020-12-18 19:59:33 +01:00 |
|
croneter
|
58eaa14043
|
Clean up imports
|
2020-12-18 17:43:24 +01:00 |
|
croneter
|
436b1fda83
|
Automatically convert source code from Python 2 to 3 using futurize
|
2020-12-18 17:10:20 +01:00 |
|
croneter
|
335bfc34c5
|
Merge pull request #946 from croneter/faster-playlists
Faster sync of playlists
|
2019-08-02 10:50:55 +02:00 |
|
croneter
|
91da038413
|
Merge pull request #950 from croneter/fix-check
Remove obsolete check if path is indeed in unicode
|
2019-08-02 10:50:30 +02:00 |
|
croneter
|
46830d29a9
|
Merge pull request #949 from croneter/unicode
Add unicode representation to Playlist() class
|
2019-08-02 10:49:56 +02:00 |
|
croneter
|
26fa1ff909
|
Use file size and last modification time to compare Kodi playlist files instead of slow MD5 hash of file
|
2019-08-01 14:53:49 +02:00 |
|
croneter
|
dca1bb6835
|
Remove obsolete check
|
2019-08-01 14:51:45 +02:00 |
|
croneter
|
53f77a7a97
|
Add unicode representation to Playlist() class
|
2019-08-01 14:50:09 +02:00 |
|
croneter
|
85e0909105
|
Fix potential playlist sync issues with dot in playlist name
|
2019-08-01 14:38:44 +02:00 |
|
croneter
|
6fe0e23f53
|
Interrupt sleep if Kodi exits. Use Monitor's Player()
|
2018-11-20 16:58:25 +01:00 |
|
croneter
|
59a64d227d
|
Less logging
|
2018-07-13 07:31:21 +02:00 |
|
croneter
|
4e0429fcc9
|
Fix switching to __future__ module
- Fixes #507
|
2018-07-12 18:46:02 +02:00 |
|
croneter
|
c0d78bd273
|
Refactor code
|
2018-07-11 21:24:27 +02:00 |
|