Mark Monteiro
151182b9a9
Fix settings in editorconfig file
5 years ago
Mark Monteiro
927e7a24ed
Add main ruleset as a solution item so it appears in Visual Studio
5 years ago
Bond-009
18075dd3e8
Merge pull request #3043 from puschie286/fix-startup-project
...
Jellyfin.Server as startup project
5 years ago
Christoph Potas
a7bc1d4341
~ set Jellyfin.Server as startup project
...
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
5 years ago
dkanada
2bf3dee4c4
Merge pull request #3035 from mark-monteiro/fix-repo-double-dispose
...
Do not double dispose item repository resources
5 years ago
Mark Monteiro
daf79b8aeb
Do not double dispose write lock and connection in user data repository
5 years ago
Heikki Jetsonen
62e251663f
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
5 years ago
Aragon
9265b422f7
Translated using Weblate (Hebrew)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
5 years ago
Bond-009
7f7a686ea6
Merge pull request #2573 from YouKnowBlom/add-hls-fields
...
Add codecs, resolution and frame-rate fields to HLS master playlist
5 years ago
Heikki Jetsonen
8b6bec60d3
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
5 years ago
fesken
c342c6b582
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
5 years ago
Vasily
1927d0e23c
Merge pull request #2293 from EraYaN/new-data-model
...
Add new EF Core data model (v2)
5 years ago
Erwin de Haan
bbd74f811f
Spaces -> Tab in solution file
5 years ago
Erwin de Haan
a370c5c007
Restore the versioning extension settings.
5 years ago
Vasily
655a3ac54b
Merge pull request #2656 from joshuaboniface/improve-builds
...
Improve builds
5 years ago
Joshua M. Boniface
8c9604afba
Add Web integration option in default service conf
5 years ago
Bond-009
690fb65cd8
Merge pull request #2985 from sparky8251/prometheus
...
Add Prometheus exporters
5 years ago
Vasily
aff65adca9
Merge pull request #2917 from Bond-009/tests
...
Improved tests
5 years ago
Vasily
5922c35d69
Merge pull request #2920 from Bond-009/tests2
...
Add some simple tests
5 years ago
Vasily
8607b6a997
Merge pull request #2817 from ferferga/master
...
Remove unnecessary space in hardware decoders argument for ffmpeg
5 years ago
Vasily
fa46a61ee3
Merge pull request #2995 from JustAMan/fix-cache-for-real
...
Now parse date in header correctly as being in UTC
5 years ago
Łukasz Nowak
ab8a5595f6
Translated using Weblate (Polish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
5 years ago
Vasily
655208d375
Now parse date in header correctly as being in UTC
5 years ago
sparky8251
e3a42a8fe9
Address reviews
5 years ago
Bond-009
cf75fc0684
Merge pull request #2992 from rotvel/feature/ffmpeg
...
Try harder to find ffmpeg in app directory.
5 years ago
Max Git
cee587d6e3
Try harder to find ffmpeg in app directory. While here do some cleanup
5 years ago
Shillos
820cd7e644
Translated using Weblate (Greek)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
5 years ago
Shillos
c38e414178
Translated using Weblate (Greek)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
5 years ago
oytal
241dea6706
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
5 years ago
Joshua M. Boniface
00d8983d7c
Merge pull request #2990 from mark-monteiro/create-missing-folders
...
Create Missing Data Folders
5 years ago
Mark Monteiro
7615cdc963
Ensure metadata path is created on app startup, and also each time it is updated
5 years ago
Joshua M. Boniface
4fa6d1ccee
Merge pull request #2940 from balu92/master
...
Fix missing colons
5 years ago
Joshua M. Boniface
f502c89331
Merge pull request #2798 from JustAMan/fix-livetv-again
...
Make localhost LiveTV restreams always use plain HTTP port
5 years ago
Mark Monteiro
cbd62e00a4
Ensure transcoding path is created when it is retrieved
5 years ago
Joshua M. Boniface
ca4b6836c1
Merge pull request #2906 from randrey/dlna-nullref-fix
...
Fix InvalidOperationException while browsing via DLNA client.
5 years ago
Joshua M. Boniface
cbeeeced75
Apply style change
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
6ac723706c
Apply style change
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
23c8ecff37
Apply style change
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
0157326354
Apply style change
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
d92a3552b7
Apply style change
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
7a550d2c4e
Apply style change
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Erwin de Haan
b8d1419d9a
Add basic new data model.
...
Added maxlength to SourceId text field in Metadata entity.
Added extra fields to Person entity and adjusted SourceId length to 255.
Added Extra Nuget deps for Relational databases and added Default Sqlite connection string.
Made LibraryItem and Metadata abstract.
Added artwork, changed DbSet names, added Seasons, added Genres, removed Language enum
Add MediaFIleKind, add CustomVideos, add Books.
Add AdditionalStream
Updated GUIDs.
Remove merge artifacts.
Updated Language to use ISO-639-3 3 letter language codes.
Added collections and concurrency tokens.
Added chapters.
Added Photos and renamed CustomVideo to CustomItem.
Started adding fields.
Added extra fields and Company entities.
Implement a first pass of user permissions for the new database schema
Upgrade to v2 of the addon. Commit generated files.
Update comment, rename namespace and remove superflous field.
Un-ignore any generated code.
Clean up the model files and other left overs.
5 years ago
sparky8251
997b71bbef
Metrics endpoint now respects baseurl
5 years ago
sparky8251
68c7a914c3
Added option to disable metrics collection and defaulted it to off
5 years ago
Joshua M. Boniface
a327e4ccac
Update fedora/jellyfin.spec
...
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
5 years ago
Joshua M. Boniface
c689bf457c
Correct dpkg conditional logic
...
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
5 years ago
sparky8251
233337256f
Add prometheus exporters
5 years ago
Bond-009
f81833693d
Merge pull request #2874 from barronpm/warnings-cleanup1
...
Emby.Server.Implementations code cleanup and warning fixes (Part 1)
5 years ago
Bond-009
3c366954ae
Merge pull request #2960 from ZadenRB/content-type-annotation
...
Adds annotation for content-type of ASP.NET Web API endpoints
5 years ago
Andreas B
153ea9f027
Fix error in HLS codecs field when level is null
5 years ago