910 Commits

Author SHA1 Message Date
Zoe Roux
c0f5bdc1da Typo 2020-01-26 23:59:30 +01:00
Zoe Roux
baec154d1f Moving the try catch since it was a little buggy 2020-01-26 23:05:16 +01:00
Zoe Roux
634023834a Cleaning up more the standard output 2020-01-26 22:44:46 +01:00
Zoe Roux
e100bb49d8 Cleaning up the standard input 2020-01-26 22:37:32 +01:00
Zoe Roux
42bf34064a Adding a try catch in the crawler 2020-01-26 22:12:38 +01:00
Zoe Roux
57c5cefaf8 Installing the TVDB provider in the makefile 2020-01-25 17:15:53 +01:00
Zoe Roux
d18000a9c8 Merge pull request #5 from AnonymusRaccoon/Dev
Adding a plugin manager and moving TheTVDB metadata provider to a plugin.
2020-01-25 17:06:28 +01:00
Zoe Roux
24e701be38 Removing old UT 2020-01-25 16:29:23 +01:00
Zoe Roux
87d01c6044 Finishing the plugin manager and the provider manager 2020-01-25 15:59:32 +01:00
Zoe Roux
8b8e89d123 Adding default values when no data providers can Work. Cleaning up everything 2020-01-25 02:04:20 +01:00
Zoe Roux
3e9da31ac5 Making the plugin manager start on app startup 2020-01-25 00:14:09 +01:00
Zoe Roux
899adb2b9d Refactorying a bit 2020-01-21 23:20:18 +01:00
Zoe Roux
c0ab6f898a Removing paths parameters from the metadataprovider 2020-01-19 01:15:03 +01:00
Zoe Roux
523c5a652e Adding a nuget package for Kyoo.Common and adding an http client factory in the DI 2020-01-19 01:05:55 +01:00
Zoe Roux
8c2b7c282a Create LICENSE 2020-01-18 17:49:12 +01:00
Zoe Roux
3d79d41a60 Creating the provider manager 2020-01-18 17:34:07 +01:00
Zoe Roux
9d37426764 Adding a plugin manager 2020-01-18 00:42:49 +01:00
Zoe Roux
1b68b1a096 Merging from master 2020-01-17 00:47:41 +01:00
Zoe Roux
ce98686f4f Removing TheTVDB implementation (new git) 2020-01-17 00:45:35 +01:00
Zoe Roux
77bf623611 Starting to rework the app to expose the API for plugins. 2020-01-17 00:25:07 +01:00
Zoe Roux
2f78f8d37c Solving a small bug with the makefile 2020-01-15 02:08:46 +01:00
Zoe Roux
d0527625d0 Adding a makefile to install the app 2020-01-15 01:25:17 +01:00
Zoe Roux
126dff2fec Making a real good install.sh 2020-01-13 00:11:08 +01:00
Zoe Roux
0f4ab5fe9d Oups. Made a typo 2020-01-12 23:22:50 +01:00
Zoe Roux
a83508919f Adding an install script 2020-01-12 23:20:53 +01:00
Zoe Roux
e9a7bee3a8 Adding a build script 2020-01-12 23:10:30 +01:00
Zoe Roux
ddafabf0d8 Updating a bit the transcoder 2020-01-12 21:12:08 +01:00
Zoe Roux
d1cd1e5320 Merging 2020-01-12 21:08:14 +01:00
Zoe Roux
0774c072c3 Adding the web app as a submodule 2020-01-12 21:05:54 +01:00
Zoe Roux
b96b79f02d Removing the web app files 2020-01-12 21:04:46 +01:00
Zoe Roux
bb505e5841 Modifing the lib path and adding a start script in bash for linux systems 2020-01-08 23:43:15 +01:00
Zoe Roux
04beaf4c49 Updating the config 2020-01-08 01:10:33 +01:00
Zoe Roux
57a34d73ac Removing the suffix -thumb to the episode thumbnail file name 2020-01-02 03:35:19 +01:00
Zoe Roux
7e13e2c5c5 Making transcoder/transmuxer not throw when there was no read/write permissions given 2019-12-29 05:57:18 +01:00
Zoe Roux
877bebb0cb Handling subtitle addition 2019-12-29 05:16:07 +01:00
Zoe Roux
bf00c873ab Fixing npm vuln 2019-12-29 05:10:36 +01:00
Zoe Roux
20b3fa5dda Remoing junk files 2019-12-29 05:09:22 +01:00
Zoe Roux
245ac08247 Cleaning up the native code and the way subs are hundled 2019-12-29 05:08:44 +01:00
Zoe Roux
308967d743 Updating the app to use submodule, cleaning up 2019-12-27 17:05:21 +01:00
Zoe Roux
408352cc3c Reworking the transcoder to work with a CMake in C (removing unnecesarry C++). 2019-12-16 22:23:48 +01:00
Zoe Roux
fe9e6e7e50 Moving out the stats GUI and checking for the error handler. 2019-12-15 23:14:49 +01:00
Zoe Roux
019efafc46 Migrating to netcore 3.1 2019-12-07 17:14:18 +01:00
Zoe Roux
b7e7a676f2 Styling scrollbars for firefox. 2019-12-07 14:26:17 +01:00
Zoe Roux
c36993ba2e Solving a bug with the audio support detection. 2019-12-06 22:14:50 +01:00
Zoe Roux
77b72f1c34 Adding a close button in the stat menu. 2019-12-06 21:57:41 +01:00
Zoe Roux
0acf437377 Adding support icons for formats and containers in the stat menu. 2019-12-06 21:13:00 +01:00
Zoe Roux
d208f0f543 Starting a stats menu. 2019-12-03 23:44:05 +01:00
Zoe Roux
3f284fad42 Merge pull request #4 from AnonymusRaccoon/dev
Reworking the transmuxer to use HLS (it is really fast now).
2019-12-03 00:45:13 +01:00
Zoe Roux
77978bd3f6 Reworking the transmuxer to use HLS (it is really fast now). 2019-12-03 00:43:23 +01:00
Zoe Roux
7c04acfd5c Merge pull request #3 from AnonymusRaccoon/dev
Adding transmuxing and method switching to the app.
2019-11-26 00:23:47 +01:00