rembo10
4d14b028ff
update cherrypy to v18.8.0
2023-04-20 15:06:17 +05:30
rembo10
2e4299efa7
Merge branch 'lastfm-api-key' into develop
2022-11-13 09:31:24 +05:30
rembo10
0610c2fa93
Fix formatting of Last.fm in log messages
2022-11-12 16:45:43 +05:30
rembo10
9add571886
Re-enable Last.fm similar tag cloud
2022-11-12 16:44:01 +05:30
rembo10
fcf59a9b38
add an option for a personal last.fm api key
2022-11-12 15:48:31 +05:30
AdeHub
74f9e91afc
Various
...
xld - use native plistlib instead of biplist
rutracker - use new Result object
seacher - small tweaks
transmission - str no longer required
2022-03-05 19:08:12 +13:00
rembo10
83398cb102
metadata: Fix typo in DISC_TOTAL
v0.6.0-beta.5
2022-02-18 15:04:42 +05:30
rembo10
61c2e1f821
Add option to ignore disc# for single disc albums ( #3297 )
2022-02-18 11:59:15 +05:30
rembo10
3e3047aef2
Use str(e) instead of e.message in searcher.py
2022-02-15 15:11:27 +05:30
rembo10
fff44e4631
Various fixes from last commit, fixes an issue where the hash couldn't be calculated from the torrent data
2022-02-15 15:06:26 +05:30
rembo10
0964371de8
Require python 3.7+ for dataclasses
2022-02-15 14:28:44 +05:30
rembo10
654f923a8d
A little cleanup in searcher.py
2022-02-15 14:14:06 +05:30
rembo10
b91206c64a
Remove tests from libs
2022-02-14 13:43:44 +05:30
rembo10
c9ba59ee9a
Add zipp lib
2022-02-14 13:42:40 +05:30
rembo10
b7e35d5ff0
Decode the b64 data to utf-8 for nzbget ( #3294 )
2022-02-14 10:14:44 +05:30
rembo10
9d82143abe
Remove errant print statements
2022-02-14 08:51:39 +05:30
rembo10
eaf2db6c59
Open blackhole nzb file as binary
v0.6.0-beta.4
2022-02-14 08:12:47 +05:30
rembo10
586b9ed3c8
Add importlib_resources to lib
2022-02-14 07:45:09 +05:30
rembo10
d89f4171da
Disable interpolation in ConfigParser
2022-02-13 10:13:47 +05:30
rembo10
9f7be5348b
Prevent accessing error.message in db.py action
2022-02-11 10:42:11 +05:30
rembo10
9c254ff222
Fix for trying to access e.message in findArtist
2022-02-11 10:34:44 +05:30
rembo10
ba969fd3b8
Fix for sending invalid dates to helpers.age
2022-02-10 07:37:49 +05:30
rembo10
c851d5ed1a
Remove ordereddict
2022-02-09 21:24:20 +05:30
rembo10
2223928958
Fix sort by have in web ui, a little import cleanup in webserve.py
2022-02-09 21:10:14 +05:30
rembo10
164c3cacbc
Disable last.fm getSimilar in importer
2022-02-09 17:51:12 +05:30
rembo10
16d4ac8895
Fixed some imports in helpers.py
v0.6.0-beta.3
2022-02-09 02:48:50 +05:30
rembo10
f4d60226b3
Disable last.fm getSimilar
2022-02-08 19:37:33 +05:30
rembo10
9ca87e23b2
A less insane library scan interval
2022-02-08 19:27:44 +05:30
rembo10
d934c865c6
Fix for adding albums with no release date
v0.6.0-beta.2
2022-02-08 18:41:24 +05:30
rembo10
de74cd2502
Fix typo in librarysync: track['Location']
2022-02-08 16:24:11 +05:30
rembo10
f41db714a9
Remove any quotes from str/path values in the config
2022-02-08 16:14:06 +05:30
rembo10
f03b82e5f6
Update mutagen to 1.45.1
2022-02-07 09:30:17 +05:30
rembo10
e2db680b9e
Catch NoneType in helpers.py/multikeysort
2022-02-07 08:07:18 +05:30
rembo10
a3db89c11d
Update minimum version
2022-02-04 07:42:57 +05:30
rembo10
517d0eb327
Merge branch 'develop'
v0.6.0-beta.1
v0.6.0-alpha.2
2022-02-01 20:11:24 +05:30
rembo10
2bacd5a0fc
Merge branch 'https' into develop
2022-01-23 14:23:42 +05:30
rembo10
5a559c526d
http -> https for album art with small refactor
2022-01-23 14:23:27 +05:30
rembo10
095cee9368
http -> https for internet calls
2022-01-23 14:08:36 +05:30
rembo10
79cb133d1d
Remove non-ascii chars in nzb folder name
2022-01-22 08:34:47 +05:30
rembo10
3a9b749017
Merge branch 'develop'
2022-01-22 08:11:01 +05:30
rembo10
0182be2f27
Merge pull request #3284 from hypsometric/py3
...
Fixes for Python 3.10
2022-01-22 08:01:58 +05:30
hypsometric
b6388f7daa
Fixes for Python 3.10
...
- deluge: b64encode returns bytes, transform into string before
serializing to JSON.
- deluge: no more need to try different encodings for the torrent
filename or the base64-encoded content, should all be unicode strings
with Python 3
- collections.abc: Iterable, Mapping, MutableMapping, MutableSequence
moved from collections to collections.abc since Python 3.3
- pygazelle: html.parser.HTMLParser().unescape() moved to
html.unescape() in Python 3.4
2022-01-19 18:21:16 +01:00
rembo10
0b3d0242fc
headphones/__init__.py: file() -> open()
v0.6.0-alpha.1
2022-01-15 21:47:45 +05:30
rembo10
9551e1b04a
Update pytz lib
2022-01-15 21:46:34 +05:30
rembo10
ab4dd18be4
Initial python3 changes
...
Mostly just updating libraries, removing string encoding/decoding,
fixing some edge cases. No new functionality was added in this
commit.
2022-01-14 10:38:06 +05:30
rembo10
b3199605be
v0.5.20
v0.5.20
2021-10-15 09:56:59 +05:30
rembo10
9a7006ad14
Update changelog for v0.5.20 release
2021-10-15 09:56:49 +05:30
rembo10
38197a5871
Merge branch 'ssl-fix' into develop
2021-10-15 08:14:19 +05:30
rembo10
ee58f62b2b
Update root certificates for the requests lib
2021-10-15 08:13:49 +05:30
AdeHub
58edc604b3
Merge branch 'develop'
2021-07-08 19:57:08 +12:00