PodcastDirs table: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(First draft)
 
(Add values and descriptions)
Line 10: Line 10:
| INTEGER
| INTEGER
| AUTOINCREMENT (1 to inf.)
| AUTOINCREMENT (1 to inf.)
|  
| Primary Key
|-
|-
| DirName  
| DirName  
| TEXT
| TEXT
|  
| Digital Podcast
|  
| Directory name from <opml><head><title>
|-
|-
| Type  
| Type  
| INTEGER
| INTEGER
|  
| 0(OPML)
|  
| Directory Type. Currently only OPML is supported.
|-
|-
| DirUrl  
| DirUrl  
| TEXT
| TEXT
|  
| http://www.digitalpodcast.com/opml/digitalpodcast.opml
|  
|  
|-
|-
| CachePath  
| CachePath  
| TEXT
| TEXT
|  
| J:\MM3\Temp\7608.opml
|  
| Path to local cached copy of OPML directory.
|}
|}

Revision as of 02:49, 21 April 2008

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 J:\MM3\Temp\7608.opml Path to local cached copy of OPML directory.