Library structure #6
Owner
```markdown
Library/ # Main library directory. Location of the library can be define in the appsettings.json
├── Media/
│ └── [VideoId]
│ ├── Thumbnails/ # Store thumbnails of the video
│ ├── Video/
│ │ └── Video/Audio files
│ └── Audio/
│ └── Audio files
├── Channels/
│ └── [ChannelId]
│ ├── ChannelImage
│ └── Banner
└── Library.db # SQLite Database for managing the data related to the library
├── Accounts # The accounts the user added to use for authentication
├── Playlists # The playlists in the database
├── Media # Media metadata, title, id, description, etc.
└── History # Media history, changes
```
Compat/Breaking
Priority
High
2
labels
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?