Commit Graph

56 Commits

Author SHA1 Message Date
cef19f9a22 upgrades the main application to .net core 3.1 2020-02-06 22:05:06 +01:00
94802dc123 updates project to net standard 2.1 2020-02-06 22:01:33 +01:00
7f824ee792 updates gitignore and adds *.blob and TestResults 2020-02-06 21:58:50 +01:00
a72a8cc8a9 updated EF nuget packages to 2.2.6
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-24 22:12:59 +02:00
501e81c2c5 added tag 2.0.1 to dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
release/2.0.1
2019-06-04 22:58:33 +02:00
c8e3c1b9f5 updated readme 2019-06-04 22:48:15 +02:00
0b818452b0 Added mass disable / enable 2019-06-04 22:46:26 +02:00
f190d3b5af added emby as hint 2019-06-04 22:12:05 +02:00
babd41055f updated packages 2019-06-04 21:46:42 +02:00
2af2425e2a Added shortcut to enable / disable a channel
Added coloring for enabled / available
release/1.0.0
2019-01-30 23:20:59 +01:00
a7bee0f93d Added delete functionality 2019-01-30 23:09:05 +01:00
15e2a650b9 Updated DB Schema and added new initial create 2019-01-30 22:57:44 +01:00
273b960979 disabled track number in final m3u -> needs to be formatted in different way 2019-01-29 23:43:29 +01:00
decc3cf5f5 fixed nameoverride handling on list generation 2019-01-29 22:25:37 +01:00
7537ab16d8 fixed docker versions 2019-01-28 23:08:48 +01:00
3258f91a09 fixed duplicated run entry 2019-01-28 22:32:11 +01:00
d619aeee8a Added download link to the nav bar 2019-01-27 00:59:33 +01:00
ff33aac61e updated dockerfile, readme and settings 2019-01-26 23:15:41 +01:00
4db904643c Fixed compiler warning 2019-01-26 23:15:28 +01:00
e88b0ec5ba changed the way to trigger a playlist sync 2019-01-26 22:27:43 +01:00
01072c86db First running edit version 2019-01-26 22:15:34 +01:00
395faeb4b8 some cleanups 2019-01-25 23:39:09 +01:00
8d04684c95 moved connection string to the app config 2019-01-25 23:04:47 +01:00
6630496029 added some http request used in rider to manually test the api 2019-01-25 22:56:23 +01:00
0b53b6f697 First running version with all fields, sync, m3u generation and without old controller 2019-01-25 22:52:37 +01:00
99430d9292 Made first schema work, made first sync work and display from db 2019-01-25 00:21:28 +01:00
c3b27080f2 added first working db init and startup 2019-01-25 00:07:05 +01:00
73857eed51 added db to ignore 2019-01-25 00:06:50 +01:00
6c6d107550 added new fields to the playlist entry, migrations and started with the api controller to manage the list 2019-01-24 23:14:07 +01:00
6920d410b5 updated layout 2019-01-24 22:30:24 +01:00
20f0b767e8 added first result table with containing the tracks (prototype) 2018-12-29 00:44:47 +01:00
590c73f834 added playlist loader
registered appconfig as singleton
added config interfaces
2018-12-29 00:38:20 +01:00
f37d8d49ea added validation to the appconfig (remove code duplication) 2018-12-28 23:58:30 +01:00
d45829b60c added some values to the dictionary 2018-12-28 23:57:59 +01:00
85d07d12ab added parser to config and register on startup 2018-12-28 23:49:13 +01:00
1df7934e8a added libs 2018-12-16 23:41:00 +01:00
04ea62fbbf removed obsolete folder 2018-12-16 23:20:22 +01:00
a42814029a added xspf parser
moved files to better namespaces
added example playlistfiles
codereformat
2018-12-16 00:30:31 +01:00
858a694eeb added initial migration 2018-12-10 00:37:20 +01:00
4480e219fa added new projects and some base code for persistence 2018-12-10 00:20:33 +01:00
e5ed4a6ccc fixed build of docker image 2018-12-09 23:40:36 +01:00
771f87a9f3 added sln file 2018-12-09 23:27:06 +01:00
02aad5f41d moved to subfolder 2018-12-09 23:24:53 +01:00
fd86f3e9c7 Fixed compile issues 2018-12-09 23:22:44 +01:00
d36d91cfbc added first version of m3u parser (only parse what we need) 2018-12-07 23:30:48 +01:00
f1bd8a63fc removed privacy view 2018-12-07 21:22:43 +01:00
c25b8695f0 removed unneeded stuff 2018-12-07 21:11:28 +01:00
cd74aceb88 added dotnetcore mvc 2018-12-07 20:42:44 +01:00
6b8297f208 added some logoutputs 2018-10-29 23:52:31 +01:00
dc21cb5b0b added application config 2018-10-29 22:57:34 +01:00