Markus Nyman
|
c0e33d2bb4
|
Extract getting same name items to common function
|
2023-01-12 16:16:34 +02:00 |
|
Markus Nyman
|
a1276c6de6
|
Simple refactor
|
2023-01-12 15:58:39 +02:00 |
|
Markus Nyman
|
86f63b0360
|
Fix movie query
|
2023-01-12 15:47:42 +02:00 |
|
Markus Nyman
|
6f5f22f449
|
Extract menu selection to own function
|
2023-01-12 15:05:35 +02:00 |
|
Markus Nyman
|
ed627ad22a
|
Specify TV Shows and Movies as default action
|
2023-01-12 15:03:29 +02:00 |
|
Markus Nyman
|
f903bd79b7
|
Remove old Title fields
|
2023-01-12 15:01:55 +02:00 |
|
Markus Nyman
|
b6ebbc07e5
|
Remove use of Exodus class
|
2023-01-12 14:57:45 +02:00 |
|
Markus Nyman
|
5a219b8485
|
Naming to snake_case
|
2023-01-12 14:49:00 +02:00 |
|
Markus Nyman
|
01c683f78a
|
Prompt config if it doesn't exist
|
2023-01-12 14:48:50 +02:00 |
|
Markus Nyman
|
5b31823c27
|
Config to dataclass
|
2023-01-12 14:28:59 +02:00 |
|
Markus Nyman
|
35ae075c76
|
Merge movie support
|
2023-01-11 22:37:36 +02:00 |
|
|
5428c7244c
|
Separate file is no longer used for movies
|
2023-01-06 15:17:55 +05:30 |
|
|
e23a70f9c3
|
Add bell on manual input prompt (suggested by @WeirdAlex03)
|
2023-01-06 15:07:14 +05:30 |
|
Luke Arran
|
0b87de1abb
|
Merge pull request #24 from WeirdAlex03/patch-1
|
2023-01-04 06:22:06 +00:00 |
|
Alex M
|
577f7e09b6
|
Add bell to manual input prompt
A small but significant quality-of-life improvement to get the user's attention when the script stops to wait for them to select a match
|
2023-01-03 22:52:38 -05:00 |
|
|
59d385ac61
|
Remove irrelevant entries
|
2022-11-23 18:40:21 -06:00 |
|
|
400613e398
|
Just use one database
|
2022-11-23 18:25:58 -06:00 |
|
|
79440f7c2a
|
Present menu before authentication. add entries
|
2022-11-23 17:56:12 -06:00 |
|
Luke Arran
|
d248669ec7
|
Merge pull request #20 from lukearran/add-license-1
Add LICENCE
|
2022-11-20 15:53:37 +00:00 |
|
Luke Arran
|
d5fdc88992
|
Add LICENCE
|
2022-11-20 15:47:14 +00:00 |
|
|
faa61e5075
|
Updated README.md
|
2022-10-06 02:00:14 -05:00 |
|
|
c6a93abcee
|
Merged scripts
|
2022-10-06 00:49:16 -05:00 |
|
|
0945a489c5
|
Cleanup
|
2022-10-06 00:12:05 -05:00 |
|
|
85cb57d3af
|
Removed .vscode
|
2022-10-05 23:53:32 -05:00 |
|
|
eb48bd676b
|
Initial working
|
2022-10-05 23:48:37 -05:00 |
|
Luke Arran
|
6a280a3f26
|
Updated README
|
2022-03-08 12:07:55 +00:00 |
|
Luke Arran
|
503bc9188c
|
Merge pull request #9 from koccs/fixes
|
2022-03-04 08:44:20 +00:00 |
|
Ádám Kocsis
|
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.
|
2022-03-04 09:12:54 +01:00 |
|
Luke Arran
|
463afb4d43
|
Merge pull request #7 from BapRx/main
|
2022-02-19 14:17:06 +00:00 |
|
Baptiste Roux
|
f8a37b990b
|
Set DELAY_BETWEEN_EPISODES_IN_SECONDS to 1s
|
2022-02-19 14:26:30 +01:00 |
|
Baptiste Roux
|
b4e39be46b
|
Install pip modules using requirements.txt; Switch to 'python -m pip' to use the correct version of pip
|
2022-02-19 14:22:01 +01:00 |
|
Baptiste
|
f33b2bfb2e
|
Merge pull request #1 from BapRx/fix/tvtime-import
Fix/tvtime import
|
2022-02-19 14:16:22 +01:00 |
|
Baptiste Roux
|
5c3bda15b7
|
Don't prompt for authentication if Oauth token is still valid
|
2022-02-19 14:15:27 +01:00 |
|
Baptiste Roux
|
7af14f2f8f
|
Debug wrong season returned, fixed by https://github.com/moogar0880/PyTrakt/pull/197
|
2022-02-19 13:28:12 +01:00 |
|
Baptiste Roux
|
3cd4d93d7f
|
Reduce rate-limit based on API reference; Configure python logging library
|
2022-02-19 12:34:54 +01:00 |
|
Baptiste Roux
|
8c58b78b8e
|
Formatting
|
2022-02-19 12:07:17 +01:00 |
|
Baptiste Roux
|
9436798e47
|
Change field selection to named columns instead of indexes. (csv.DictReader)
Allow empty menu input, defaulting to choice #1
Change total line count to reuse already opened CSV file
Use enumerate() to track row ID
|
2022-02-19 11:58:40 +01:00 |
|
Baptiste Roux
|
6d8818bc14
|
Add requirements file
|
2022-02-19 11:58:27 +01:00 |
|
Luke Arran
|
77234f58a9
|
skip first row - instead of checking column name
|
2021-11-22 20:51:33 +00:00 |
|
Luke Arran
|
2f22c25b9a
|
updated index numbers of seen_episode
|
2021-11-22 20:40:26 +00:00 |
|
Luke Arran
|
21edfd9c1a
|
update tvShowDateWatched index no
|
2021-11-08 21:43:46 +00:00 |
|
Luke Arran
|
356b8d6c9f
|
fixed changed index on tvShowName
|
2021-11-04 18:13:07 +00:00 |
|
Luke Arran
|
796b1cc33b
|
remove un-used method
|
2021-04-10 01:04:06 +01:00 |
|
Luke Arran
|
909341fa2f
|
fixes and refactoring
|
2021-04-10 00:39:10 +01:00 |
|
Luke Arran
|
53433ad2ed
|
refactoring, and improved comments
|
2021-04-09 22:05:46 +01:00 |
|
Luke Arran
|
4fd33e1a21
|
minor changes to variables etc
|
2021-04-09 17:13:11 +01:00 |
|
Luke Arran
|
da00fb8705
|
updated readme
|
2021-04-09 16:46:52 +01:00 |
|
Luke Arran
|
3d62a9aa08
|
updated readme
|
2021-04-09 16:37:22 +01:00 |
|
Luke Arran
|
8472fa349b
|
added graphic to readme
|
2021-04-09 16:36:28 +01:00 |
|
Luke Arran
|
1f5ab9d66d
|
updated readme again
|
2021-04-09 15:35:45 +01:00 |
|