AdeHub
63c992a4e5
Merge pull request #3363 from hypsometric/deluge_fix
...
Fix deluge torrent upload
2025-05-31 12:17:20 +12:00
AdeHub
63549b2471
fix weserv blocking
2025-05-31 12:05:49 +12:00
hypsometric
6764783aa7
Fix deluge torrent upload
...
Fix torrent file encoding for deluge
- received content is bytes
- we need to convert this content into base64
- we then need to convert base64 bytes into base64 string to include in
the json data
binary
Fixes #3362
2025-04-17 12:33:43 +02:00
AdeHub
828fc0ccda
Merge pull request #3359 from hypsometric/gazelle_improvements
...
Gazelle improvements
2025-04-12 15:28:44 +12:00
AdeHub
68a495127e
Potential fix for #3355
...
Potential fix for #3355
2025-04-12 15:26:21 +12:00
Hypsometric
26a6095851
Make Gazelle torrents sorting clearer
...
Sort by format and most seeders if `search_formats` has data.
Sort only by most seeders else.
2025-03-19 17:20:46 +01:00
Hypsometric
95bd0a57ff
Refactor common Orpheus & Redacted code
...
Orpheus & Redacted being based on Gazelle API, their code was the same
(with the exception of release type filtering).
Merging both will make maintenance easy and brings Redacted on par with
Orpheus regarding release type filtering.
2025-03-19 17:20:46 +01:00
Hypsometric
5efbd561d6
Allow the use of apikey with GazelleAPI & Redacted
2025-03-19 17:16:55 +01:00
AdeHub
b690850019
torznab enclosure url
2024-12-07 19:58:57 +13:00
AdeHub
94d62430a0
Ignore bs4 warning
2024-12-07 09:55:00 +13:00
AdeHub
ba666f68b8
tpb tidy up
2024-08-16 12:44:17 +12:00
AdeHub
000509353a
qBitTorrent Seed Ratio fix
...
- added missing api param
2024-08-11 07:53:58 +12:00
AdeHub
c264c75282
Removed Waffles
...
😧
2024-08-10 11:34:30 +12:00
AdeHub
4c15b33c58
TPB fixes
...
- changed default to use apibay.org
- removed 'Old Pirate Bay'
2024-08-10 11:20:23 +12:00
AdeHub
167b5817e7
forcePostProcess more encoding
...
- encode all download dirs so subsequent decode will work
2024-07-23 21:11:05 +12:00
dsm1212
7b9e32f525
fix duplicate file rename
2024-07-14 20:55:05 -04:00
AdeHub
37c4e19663
Torznab changes
...
-Search using parent category 3000
some providers lump everything in to the parent Music Category 3000 instead of the Sub Category (e.g. 3040 lossless).
search using 3000 then filter with Category (if returned) or Headphones filtering
overall this should return more results across indexers
-Allow Prowlarr indexers to be manually entered
-Searcher fixups
2024-07-08 21:18:19 -04:00
AdeHub
e5beb5291d
Soulseek tweaks # 2
...
push results through filters
2024-07-08 21:18:19 -04:00
AdeHub
ebe8a60ca5
Soulseek tweaks
...
-include soulseek results in overall search results
-fixed windows paths not quite working on macOS
-allow user search term
-tighten search for self titled, Various Artists
-postprocess by user/folder
-bit more logging
2024-07-08 21:18:19 -04:00
Steve McAfee
1bf8c35154
decode paths before using them to fix manual post process
2024-07-03 21:22:55 -04:00
rembo10
ebba115443
Fix for searcher not returning results
2024-05-26 19:58:45 +05:30
rembo10
c0c636d545
Merge remote-tracking branch 'el133/slskd-python-api_support' into develop
2024-05-26 09:44:54 +05:30
rembo10
33d1d17c97
Merge remote-tracking branch 'nopoz/deluge' into develop
2024-05-26 09:42:23 +05:30
rembo10
8fd13621f5
Fix some invalid escape sequences in helpers.py
2024-05-26 09:37:05 +05:30
rembo10
56674adfea
Merge branch 'python312' into develop
2024-05-26 09:31:16 +05:30
Elmer
489c6cbe71
Basic soulseek support
2024-02-28 12:53:55 +01:00
AdeHub
6afe31bffc
bandcamp tweaks
2024-01-26 21:11:29 +13:00
rembo10
944d066903
Fix regex warnings in postprocessor.py
2024-01-18 16:10:33 +05:30
rembo10
87819a3c74
Remove redundant bencode import from searcher.py
2024-01-18 16:09:22 +05:30
rembo10
c9fbe29c90
Fix regex warnings in deluge.py
2024-01-18 16:06:51 +05:30
rembo10
d78cb7d14e
Import mediafile from bandcamp.py
2024-01-18 16:04:42 +05:30
rembo10
9811df2779
Slightly clean up searcher.py, fix regex warnings
2024-01-18 16:01:26 +05:30
rembo10
1a4865ed38
Remove unused functions (nameQuality, statusFromName) from common.py
2024-01-18 15:17:37 +05:30
Mikaël Hautin
39054a04df
Update parsing logic for updated TPB proxy html structure ( #3318 )
...
* fix: Update parsing logic for updated TPB proxy html structure
---------
Co-authored-by: rembo10 <rembo10@users.noreply.github.com >
2023-11-27 10:04:10 +05:30
kirill9617
1c4b9c10f0
Fix for 503 error from CloudFlare. ( #3316 )
...
CloudFlare seems to block request without User-Agent header. This fix should be enough to bypass that.
2023-11-26 15:15:36 +05:30
Menno Blom
73ca787cf1
Bandcamp support ( #3252 )
...
* Add configuration options for bandcamp
* Add bandcamp config options
* Add bandcamp config options
* Initial crude bandcamp search and download support
* Add bandcamp search support
* Better utf-8 handling and tagging of the downloads
* Post-process bandcamp dodwnload directory
* Tweak the order of downloads (prevent querying bandcamp too often)
* Show [bandcamp] link in the history page
* pep8
* Use more sane loglevels
* Oops.
* Patch regexp to support new bandcamp page structure
* Make sure the file-key exists, is not None and contains data
2023-11-26 15:13:13 +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
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
654f923a8d
A little cleanup in searcher.py
2022-02-15 14:14:06 +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
2022-02-14 08:12:47 +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