Cody Robibero
e731250342
Lowercase MediaStreamProtocol for backwards compatibility
8 months ago
Niels van Velzen
407cf5d0bf
Add MediaStreamProtocol enum ( #10153 )
...
* Add MediaStreamProtocol enum
* Add default handling for enum during deserialization
---------
Co-authored-by: Cody Robibero <cody@robibe.ro>
8 months ago
Cody Robibero
0bc41c015f
Store lyrics in the database as media streams ( #9951 )
9 months ago
Mohamed Akram
f49de51225
Detect audio spatial format ( #9996 )
...
* Detect audio spatial format
* Update MediaBrowser.Model/Entities/MediaStream.cs
* Update MediaStream.cs
---------
Co-authored-by: Cody Robibero <cody@robibe.ro>
10 months ago
Cody Robibero
033cfa59c4
Convert CollectionType to use lowercase enum names
11 months ago
Cody Robibero
892973a9e3
Merge branch 'master' into media-type
1 year ago
Cody Robibero
906f701fa8
Convert CollectionType, SpecialFolderType to enum ( #9764 )
...
* Convert CollectionType, SpecialFolderType to enum
* Hide internal enum CollectionType values
* Apply suggestions from code review
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
* Fix recent change
* Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs
Co-authored-by: Patrick Barron <barronpm@gmail.com>
---------
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
Co-authored-by: Patrick Barron <barronpm@gmail.com>
1 year ago
Cody Robibero
c7a94d48ae
Convert ItemSortBy to enum ( #9765 )
...
* Convert ItemSortBy to enum
* Rename Unknown to Default
1 year ago
chinkara
9f259aa404
add EnableSubtitleManagement permission
1 year ago
Cody Robibero
2920611ffc
Convert string MediaType to enum MediaType
1 year ago
Pithaya
487d79f8ac
Add book related values to PersonKind ( #10325 )
1 year ago
Shadowghost
20a4509991
Migrate VideoRange and VideoRangeType to Enum
1 year ago
Cody Robibero
89be3aa37f
Convert Person.Type to use PersonKind enum ( #9487 )
2 years ago
Shadowghost
b7418d6e9e
Add permission for collection management
2 years ago
Jpuc1143
7fa6d4c81e
Add "Allowed Tags" to Parental Controls
2 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
crobibero
790b284184
Add missing BaseItemKind
3 years ago
Nathan Mascitelli
bdab8d1edb
Add ResumeBook section
4 years ago
crobibero
223b42aed3
Create BaseItemKind enum
4 years ago
Joshua M. Boniface
4f6a585424
Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policies
4 years ago
nyanmisaka
0332b72502
fix landing screen options
4 years ago
Ionut Andrei Oanca
499f3ee950
Update authorization policies for SyncPlay
4 years ago
Patrick Barron
b1b2d399f8
Document UnratedItem.cs
4 years ago
Patrick Barron
65bce98ec5
Document SubtitlePlaybackMode.cs
4 years ago
Patrick Barron
0110b2472d
Document PersonRoleType.cs
4 years ago
Patrick Barron
a1aece1299
Document MediaFileKind.cs
4 years ago
Patrick Barron
4e439652da
Document IndexingKind.cs
4 years ago
Patrick Barron
8124e6fddf
Document DynamicDayOfWeek.cs
4 years ago
Patrick Barron
367aa26ab5
Document ArtKind.cs
4 years ago
Bond_009
4243a17c86
Enable TreatWarningsAsErrors for Emby.Data in Release
4 years ago
Patrick Barron
ad32800504
Switch to unstable chromecast version.
4 years ago
Patrick Barron
5993a4ac2d
Fix ChromecastVersion numbering
4 years ago
Patrick Barron
10f531bbe4
Manually specify enum order.
4 years ago
Patrick Barron
27eefd49f1
Add missing fields
4 years ago
Patrick Barron
9e17db59cd
Reorder HomeSectionType
4 years ago
Patrick Barron
ab396225ea
Migrate Display Preferences to EF Core
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
Patrick Barron
7c823464bc
Fix merge conflicts with SyncPlay
5 years ago
Patrick Barron
42177d1739
Replace Weekday with DayOfWeek
5 years ago
Patrick Barron
623dcde65c
Manually specify enum values
5 years ago
Patrick Barron
292993d8ef
Document various classes.
5 years ago
Patrick Barron
c1360a1dc3
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Data/SqliteUserDataRepository.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Entities/User.cs
# Jellyfin.Data/ISavingChanges.cs
# Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
# Jellyfin.Server.Implementations/JellyfinDb.cs
# Jellyfin.Server/Migrations/MigrationRunner.cs
# MediaBrowser.Model/Notifications/NotificationOptions.cs
# MediaBrowser.sln
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Patrick Barron
55cfa96b9f
Apply review suggestions
5 years ago
Patrick Barron
2b41f8ab63
Clean up generated code
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