This website requires JavaScript.
Explore
Help
Register
Sign In
lgladsden
/
jellyfin-server
Watch
1
Star
0
Fork
0
You've already forked jellyfin-server
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e0d8a474ec
jellyfin-server
/
Jellyfin.Data
/
Enums
/
ArtKind.cs
12 lines
149 B
C#
Raw
Normal View
History
Unescape
Escape
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.
2019-06-01 20:40:01 +00:00
namespace
Jellyfin.Data.Enums
{
Apply review suggestions
2020-05-10 14:54:41 +00:00
public
enum
ArtKind
Clean up generated code
2020-05-02 21:56:05 +00:00
{
Other
,
Poster
,
Banner
,
Thumbnail
,
Logo
}
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.
2019-06-01 20:40:01 +00:00
}
Reference in New Issue
Copy Permalink