Commit Graph

4974 Commits

Author SHA1 Message Date
junglebus 748e1c4f2e No need to install Tar now (#6919)
Latest version of msys2 includes tar, so no need to manually install it
2020-01-12 07:05:13 +13:00
junglebus dc87b36ae0 Package update (#6916)
4 packages updated -> Jackett is now using the latest version of all packages except for AutoMapper -> Will have a go at that another day -> There is a few changes needed

-Minor code changes made to support newer version of YamlDotNet and BencodeNET
-Logic update for AssemblyName as I've been experiencing restore 'weirdness'  https://stackoverflow.com/questions/208084/how-to-use-a-different-assembly-name-for-different-configurations
2020-01-12 07:04:24 +13:00
junglebus 17db2b5df3 Upgrade Tray and Service to use the newer csproj format (#6879)
https://natemcmaster.com/blog/2017/03/09/vs2015-to-vs2017-upgrade/

This change brings the remaining two projects (Tray and Service) onto the new csproj format. Along with making them simpler and cleaner, its a needed step to get Windows users onto .NET Core

Again, been a careful as possible, so hopefully nothing breaks. Would recommend merging this after .NET Core 3.1 commit gets released and a beta release for this as well
2020-01-12 07:04:04 +13:00
Diego Heras 584ea4cf01 divxtotal: add support for sonarr / radarr. resolves #6869 (#6911) 2020-01-11 20:48:12 +13:00
Diego Heras 2d9a6803c6 divxtotal: fix search with 0 results (#6908) 2020-01-11 20:08:18 +13:00
Diego Heras 6e8ff3fa08 bakabt: re-login when cookie expires. resolves #5486 (#6907) 2020-01-11 20:07:10 +13:00
Garfield69 ab2e41df75 add ibit a public magnet search engine. resolves #6772 2020-01-11 19:33:49 +13:00
Diego Heras 9413006524 cardigann: add attribute for download selector (#6891) 2020-01-11 17:52:11 +13:00
RicardoVelaC 74dcf37352 Hachede: Update categories (#6906) 2020-01-11 10:19:22 +13:00
Garfield69 c08e7ee827 pornbits: new domain .net. resolves #6905 2020-01-11 10:17:45 +13:00
Garfield69 a11f811c20 elitetorrent: new domain .li resolves #6904 2020-01-11 10:06:32 +13:00
Garfield69 77a1ce1670 ettv: drop torrent from end of titles. resolves #6903 2020-01-11 10:00:41 +13:00
Garfield69 4f7f495200 btnext: trap english no-resutls erorr. resolves #6897 2020-01-11 09:49:37 +13:00
Garfield69 835681fcfc thetorrents: merged with datascene. removed. resolves #6898 2020-01-11 09:24:39 +13:00
Garfield69 1ca8b1e8a4 animetosho: remove redundant / from url 2020-01-10 19:57:00 +13:00
Garfield69 02fc8cee0e torrentcsv: keyword-less search fix. resolves #6896
the anything mask has changed from * to %
2020-01-10 19:11:26 +13:00
junglebus 5405405d1a Crazyscorner: Fix error when starting Jackett (#6894) 2020-01-10 18:05:51 +13:00
Garfield69 953f9c7709 tfile: config option download magnet/.torrent. resolves #6870 2020-01-10 18:02:41 +13:00
Diego Heras 38efce8f2f hachede: fix date parsing. resolves #6884 (#6893) 2020-01-10 17:38:32 +13:00
Garfield69 85b5a1a1da add feedurneed a private site. resolves #6872 2020-01-10 17:32:15 +13:00
Garfield69 3ccd8b148e redstartorrent: fix login error selector 2020-01-10 08:27:53 +13:00
Garfield69 138297718d tsue tag #6822 2020-01-10 08:13:20 +13:00
Garfield69 eff0d3e332 torrentday. fix 7d073af14f #6880 2020-01-10 07:51:50 +13:00
Garfield69 0730b0bc64 add scenexpress a movies site. resolves #6859 # 2020-01-10 07:46:05 +13:00
junglebus f14cdd4828 Fix InnoSetup warning (#6881)
This is to fix the InnoSetup warning during the build "Warning: Constant "pf" has been renamed. Use "commonpf" instead or consider using its "auto" form."

https://jrsoftware.github.io/issrc/whatsnew.htm

Unsure why DefaultDirName was "Program Files", but have updated it to ProgramData as per all other locations in the installer script
2020-01-10 07:18:27 +13:00
junglebus e4a511347c Minor csproj tidy up (#6878) 2020-01-10 07:18:08 +13:00
junglebus c2588d619f VS 16.4 required for .NET Core 3.1 (#6877) 2020-01-10 07:17:54 +13:00
Garfield69 7d073af14f torrentday: drop tday.love domain. resolves #6880 2020-01-10 07:08:07 +13:00
Garfield69 0605b66b67 tag TSUE engine. #6822 2020-01-09 19:16:03 +13:00
morpheus133 a89c7dedeb ImdbTVSearchSupport added for c# based indexers (#5791) 2020-01-09 16:32:02 +13:00
Diego Heras 9565469559 core: fix fuzzytime parser regression #6845. resolves #6861 (#6871) 2020-01-09 15:19:37 +13:00
Garfield69 dcda239b3f xbtit tags #6821
add xbtit engine tag
add config sort options if aplicable
add torrent per page info
2020-01-09 10:04:03 +13:00
Garfield69 7b8f2d4dab passionetorrent: gone. removed. #1147 2020-01-09 08:44:53 +13:00
Garfield69 003d37ab27 tfile: exclude torrents without size. #6870
because they will not have a download selector in the torrent details page.
2020-01-09 08:34:42 +13:00
Garfield69 32ea40cf82 xbytes2: tag xbtit engine #6821
aff torrent per page info
add sort config option
2020-01-09 08:08:15 +13:00
junglebus d4f873e46f Update to .NET Core 3.1 (#6857)
Minor update from .NET Core 3.0. .NET Core 3.1 is the LTS version
2020-01-08 20:51:00 +13:00
Garfield69 5b91445d59 tag xbtit #6821 2020-01-08 20:46:38 +13:00
Garfield69 797cdb5b0b puntotorrent: add config sort options #6821
add xbtit tag
add torrent per page info
2020-01-08 20:26:20 +13:00
Garfield69 fdc4db3a5d torrentland: add config sort options. #6821
xbtit tag
torrent per page info
2020-01-08 20:15:39 +13:00
Garfield69 79aa770a9b crazycorner: correct sort 2020-01-08 19:32:20 +13:00
Garfield69 54cc92a6a1 crazycorner: music only. resolves #6860
add info for torrent per page
add music-search for lidarr
add xbtit tag
add thankyou for download (new requirement)
2020-01-08 19:03:23 +13:00
Garfield69 fb1683e8fa add the-madhouse a private site. #6860 2020-01-08 17:17:17 +13:00
Garfield69 6f4ae67fb2 demonoid: temp circumvention for #6861 2020-01-08 13:03:37 +13:00
Garfield69 2ee2dfc608 demonoid: correctly remove `on ` from dateheaders. 2020-01-08 12:40:13 +13:00
Garfield69 6e9c312679 elitetracker: add vostfr to English replacement config option. resolves #6855 2020-01-07 21:05:03 +13:00
Garfield69 0beb82bbd6 add cili180 a DHT tracker. resolves #6795 2020-01-07 19:36:02 +13:00
Garfield69 76c9000393 gktorrent, oxtorrent: add config download optoin. resolves #6848 2020-01-07 15:05:42 +13:00
Diego Heras 9aedb34dc9 divxtotal: add new public spanish tracker. resolves #1293 (#6851) 2020-01-07 11:41:51 +13:00
Mário Franco 9ea09c4498 sounpark: fix download (#6844)
I'm getting this errors when downloading:
```
Error downloading soundpark https://sound-park.world/album/torrent-XXX
CardigannIndexer (soundpark): Download selector a[href^="/album/download-torrent/"] didn't match
```
2020-01-07 07:51:41 +13:00
Garfield69 96f74ee15a hachede: fix date parsing #6832
also add config sort options
2020-01-07 07:28:35 +13:00