Commit Graph

  • d721a28ba4
    Update Trakt dependency from trakt==3.4.0 to pytrakt~=3.4.30 (#43) main Thibault Le Cornec 2024-03-02 16:48:17 +0100
  • 26cd599e45
    Movie support and refactoring (#26) Markus Nyman 2023-01-17 13:12:52 +0200
  • aa9d99607f Progress to percentage Markus Nyman 2023-01-17 03:21:10 +0200
  • 18aba85eb4 Read release date where possible Markus Nyman 2023-01-17 03:06:45 +0200
  • eba70949eb Fix case where nothing is found Markus Nyman 2023-01-17 02:40:30 +0200
  • 6e665c50be Fix typo Markus Nyman 2023-01-17 02:40:13 +0200
  • e692e456ef Fix grammar Markus Nyman 2023-01-17 02:31:59 +0200
  • 5a08094d43 Handle general exception when processing Markus Nyman 2023-01-17 02:25:58 +0200
  • d553cec1d3 Change is not to is None Markus Nyman 2023-01-17 02:09:46 +0200
  • 620a491ac7 Improve logging Markus Nyman 2023-01-17 02:01:21 +0200
  • 033ad1e79b Fix search bug Markus Nyman 2023-01-17 01:57:37 +0200
  • 0f869788fb Fix error Markus Nyman 2023-01-17 01:52:21 +0200
  • ad00347714 Split stuff to own files Markus Nyman 2023-01-17 01:46:12 +0200
  • d236d8d337 Small cleanup Markus Nyman 2023-01-17 01:39:43 +0200
  • 52349668d7 Move common logic to base Processor class Markus Nyman 2023-01-17 01:34:37 +0200
  • fc13aa9a78 Process TV Shows and Movies using Processor class Markus Nyman 2023-01-17 00:56:27 +0200
  • e668a6dec5 Make Searcher abstract Markus Nyman 2023-01-16 20:29:47 +0200
  • 118e5f8882 Add TVTimeShow class Markus Nyman 2023-01-16 17:30:23 +0200
  • bfc6b171b3 Remove redundant dataclass annotation Markus Nyman 2023-01-16 17:15:00 +0200
  • 9082e176fc WIP: Processor class Markus Nyman 2023-01-15 18:02:27 +0200
  • 8a5453c8b2 Implement general Searcher to search and handle search results Markus Nyman 2023-01-15 04:14:52 +0200
  • 8e92ce7934 Extract finding single result to common function Markus Nyman 2023-01-15 02:19:14 +0200
  • fdc924ee0f Introduce common get_item function Markus Nyman 2023-01-15 02:15:22 +0200
  • 076562c106 WIP: refactor Markus Nyman 2023-01-14 16:01:31 +0200
  • 5d2143c6f6 Fix TinyDB movie name Markus Nyman 2023-01-12 16:42:17 +0200
  • b03bfab5cb Remove unnecessary param Markus Nyman 2023-01-12 16:41:07 +0200
  • 9482979988 Extract getting same name items to common function Markus Nyman 2023-01-12 16:16:34 +0200
  • c2e644fad0 Simple refactor Markus Nyman 2023-01-12 15:58:39 +0200
  • 2a78d7ecbe Fix movie query Markus Nyman 2023-01-12 15:47:42 +0200
  • f31879f985 Extract menu selection to own function Markus Nyman 2023-01-12 15:05:35 +0200
  • c58ef45fed Specify TV Shows and Movies as default action Markus Nyman 2023-01-12 15:03:29 +0200
  • 2b8c393c6a Remove old Title fields Markus Nyman 2023-01-12 15:01:55 +0200
  • f81be51903 Remove use of Exodus class Markus Nyman 2023-01-12 14:57:45 +0200
  • e9c3d99c53 Naming to snake_case Markus Nyman 2023-01-12 14:49:00 +0200
  • 0ab9772b33 Prompt config if it doesn't exist Markus Nyman 2023-01-12 14:37:27 +0200
  • 7d8117afba Config to dataclass Markus Nyman 2023-01-12 14:28:59 +0200
  • 7974a2c5d0 Add bell on manual input prompt (suggested by @WeirdAlex03) Sayantan Santra 2023-01-06 15:07:14 +0530
  • 134eb720e8 Just use one database Sayantan Santra 2022-11-23 18:25:58 -0600
  • d452f28fee Present menu before authentication. add entries Sayantan Santra 2022-11-23 17:56:12 -0600
  • 5ec8c1323e Merged scripts Sayantan Santra 2022-10-06 00:49:16 -0500
  • a858de6a73 Cleanup Sayantan Santra 2022-10-06 00:12:05 -0500
  • 37ce993cf1 Initial working Sayantan Santra 2022-10-05 23:48:37 -0500
  • 197ec19dfa
    Update README with contributors graph (#25) Luke Arran 2023-01-15 15:06:30 +0000
  • 01ab7897c2
    Added support for movies (#17) SinTan1729 2023-01-15 20:30:52 +0530
  • 6c65bca93d Fix TinyDB movie name Markus Nyman 2023-01-12 16:42:17 +0200
  • c6d0b91b93 Remove unnecessary param Markus Nyman 2023-01-12 16:41:07 +0200
  • c0e33d2bb4 Extract getting same name items to common function Markus Nyman 2023-01-12 16:16:34 +0200
  • a1276c6de6 Simple refactor Markus Nyman 2023-01-12 15:58:39 +0200
  • 86f63b0360 Fix movie query Markus Nyman 2023-01-12 15:47:42 +0200
  • 6f5f22f449 Extract menu selection to own function Markus Nyman 2023-01-12 15:05:35 +0200
  • ed627ad22a Specify TV Shows and Movies as default action Markus Nyman 2023-01-12 15:03:29 +0200
  • f903bd79b7 Remove old Title fields Markus Nyman 2023-01-12 15:01:55 +0200
  • b6ebbc07e5 Remove use of Exodus class Markus Nyman 2023-01-12 14:57:45 +0200
  • 5a219b8485 Naming to snake_case Markus Nyman 2023-01-12 14:49:00 +0200
  • 01c683f78a Prompt config if it doesn't exist Markus Nyman 2023-01-12 14:37:27 +0200
  • 5b31823c27 Config to dataclass Markus Nyman 2023-01-12 14:28:59 +0200
  • 35ae075c76 Merge movie support Markus Nyman 2023-01-11 22:37:36 +0200
  • 5428c7244c Separate file is no longer used for movies Sayantan Santra 2023-01-06 15:17:55 +0530
  • e23a70f9c3 Add bell on manual input prompt (suggested by @WeirdAlex03) Sayantan Santra 2023-01-06 15:07:14 +0530
  • 0b87de1abb
    Merge pull request #24 from WeirdAlex03/patch-1 Luke Arran 2023-01-04 06:22:06 +0000
  • 577f7e09b6
    Add bell to manual input prompt Alex M 2023-01-03 22:52:38 -0500
  • 59d385ac61 Remove irrelevant entries Sayantan Santra 2022-11-23 18:40:21 -0600
  • 400613e398 Just use one database Sayantan Santra 2022-11-23 18:25:58 -0600
  • 79440f7c2a Present menu before authentication. add entries Sayantan Santra 2022-11-23 17:56:12 -0600
  • d248669ec7
    Merge pull request #20 from lukearran/add-license-1 Luke Arran 2022-11-20 15:53:37 +0000
  • d5fdc88992
    Add LICENCE Luke Arran 2022-11-20 15:47:14 +0000
  • faa61e5075 Updated README.md Sayantan Santra 2022-10-06 02:00:14 -0500
  • c6a93abcee Merged scripts Sayantan Santra 2022-10-06 00:49:16 -0500
  • 0945a489c5 Cleanup Sayantan Santra 2022-10-06 00:12:05 -0500
  • 85cb57d3af Removed .vscode Sayantan Santra 2022-10-05 23:53:32 -0500
  • eb48bd676b Initial working Sayantan Santra 2022-10-05 23:48:37 -0500
  • 6a280a3f26
    Updated README Luke Arran 2022-03-08 12:07:55 +0000
  • 503bc9188c
    Merge pull request #9 from koccs/fixes Luke Arran 2022-03-04 08:44:20 +0000
  • 91a58e66ad Fixes the filename of the main python script to match what is in the README. Adds the pytrakt.json to avoid error for first run. Changes the path of pytrakt.json to the working directory instead of home folder. Ádám Kocsis 2022-03-04 09:12:54 +0100
  • 463afb4d43
    Merge pull request #7 from BapRx/main Luke Arran 2022-02-19 14:17:06 +0000
  • f8a37b990b
    Set DELAY_BETWEEN_EPISODES_IN_SECONDS to 1s Baptiste Roux 2022-02-19 14:26:30 +0100
  • b4e39be46b
    Install pip modules using requirements.txt; Switch to 'python -m pip' to use the correct version of pip Baptiste Roux 2022-02-19 14:22:01 +0100
  • f33b2bfb2e
    Merge pull request #1 from BapRx/fix/tvtime-import Baptiste 2022-02-19 14:16:22 +0100
  • 5c3bda15b7
    Don't prompt for authentication if Oauth token is still valid Baptiste Roux 2022-02-19 14:15:27 +0100
  • 7af14f2f8f
    Debug wrong season returned, fixed by https://github.com/moogar0880/PyTrakt/pull/197 Baptiste Roux 2022-02-19 13:28:12 +0100
  • 3cd4d93d7f
    Reduce rate-limit based on API reference; Configure python logging library Baptiste Roux 2022-02-19 12:34:54 +0100
  • 8c58b78b8e
    Formatting Baptiste Roux 2022-02-19 12:07:17 +0100
  • 9436798e47
    Change field selection to named columns instead of indexes. (csv.DictReader) Baptiste Roux 2022-02-19 11:58:40 +0100
  • 6d8818bc14
    Add requirements file Baptiste Roux 2022-02-19 11:58:27 +0100
  • 77234f58a9 skip first row - instead of checking column name Luke Arran 2021-11-22 20:51:33 +0000
  • 2f22c25b9a updated index numbers of seen_episode Luke Arran 2021-11-22 20:40:26 +0000
  • 21edfd9c1a
    update tvShowDateWatched index no Luke Arran 2021-11-08 21:43:46 +0000
  • 356b8d6c9f fixed changed index on tvShowName Luke Arran 2021-11-04 18:13:07 +0000
  • 796b1cc33b remove un-used method Luke Arran 2021-04-10 01:04:06 +0100
  • 909341fa2f fixes and refactoring Luke Arran 2021-04-10 00:39:10 +0100
  • 53433ad2ed refactoring, and improved comments Luke Arran 2021-04-09 22:05:46 +0100
  • 4fd33e1a21 minor changes to variables etc Luke Arran 2021-04-09 17:13:11 +0100
  • da00fb8705 updated readme Luke Arran 2021-04-09 16:46:52 +0100
  • 3d62a9aa08 updated readme Luke Arran 2021-04-09 16:37:22 +0100
  • 8472fa349b added graphic to readme Luke Arran 2021-04-09 16:36:28 +0100
  • 1f5ab9d66d updated readme again Luke Arran 2021-04-09 15:35:45 +0100
  • 54b1da5f13 updated readme Luke Arran 2021-04-09 15:18:27 +0100
  • f0623aac50 removing previous commits to protect private data Luke Arran 2021-04-09 15:13:06 +0100