PodcastDirs table: Difference between revisions
Jump to navigation
Jump to search
(Add values and descriptions) |
(Formatting, {{DatabaseTablesList}}, and updated cache path example) |
||
Line 1: | Line 1: | ||
{{DatabaseTablesList}} | |||
== Fields == | == Fields == | ||
{| border="1" | {| border="1" | ||
Line 12: | Line 13: | ||
| Primary Key | | Primary Key | ||
|- | |- | ||
| DirName | | '''DirName''' | ||
| TEXT | | TEXT | ||
| Digital Podcast | | Digital Podcast | ||
| Directory name from <opml><head><title> | | Directory name from <opml><head><title> | ||
|- | |- | ||
| Type | | '''Type''' | ||
| INTEGER | | INTEGER | ||
| 0(OPML) | | 0(OPML) | ||
| Directory Type. Currently only OPML is supported. | | Directory Type. Currently only OPML is supported. | ||
|- | |- | ||
| DirUrl | | '''DirUrl''' | ||
| TEXT | | TEXT | ||
| http://www.digitalpodcast.com/opml/digitalpodcast.opml | | http://www.digitalpodcast.com/opml/digitalpodcast.opml | ||
| | | | ||
|- | |- | ||
| CachePath | | '''CachePath''' | ||
| TEXT | | TEXT | ||
| | | C:\Users\<USERNAME>\AppData\Local\Temp\7E8A.opml | ||
| Path to local cached copy of OPML directory. | | Path to local cached copy of OPML directory. | ||
|} | |} |
Latest revision as of 16:23, 11 April 2024
- [Database Structure]
- Albums
- Artists
- ArtistsAlbums
- ArtistsSongs
- Covers
- DBInfo
- DeviceFilters
- DeviceTracks
- Devices
- Downloads
- Filters
- Folders
- FoldersHier
- Genres
- GenresSongs
- LastTreePath
- Lists
- ListsSongs
- Medias
- OrganizeRules
- PathProcessing
- Pinned
- Played
- PlaylistSongs
- Playlists
- PodcastDirs
- PodcastEpisodes
- Podcasts
- Radio
- RemoteClients
- Songs
- SynchAlbum
- SynchArtist
- SynchLocation
- SynchPlaylist
- SynchPodcast
- URLRequestCache
Fields
Name | Value Type | Possible Values | Description |
---|---|---|---|
ID | INTEGER | AUTOINCREMENT (1 to inf.) | Primary Key |
DirName | TEXT | Digital Podcast | Directory name from <opml><head><title> |
Type | INTEGER | 0(OPML) | Directory Type. Currently only OPML is supported. |
DirUrl | TEXT | http://www.digitalpodcast.com/opml/digitalpodcast.opml | |
CachePath | TEXT | C:\Users\<USERNAME>\AppData\Local\Temp\7E8A.opml | Path to local cached copy of OPML directory. |