
// This file contains predefined Topic Names and their Aliases.
// For example, "RS" is an alias for "Radio Streams".
//
// The purpose for predifined topic names is to provide for 
// a uniform Contents topic tree when sharing media lists,
// and reduce file sizes by using shorter topic strings. 
//  
// The problem with aliases is they they make reading lists 
// harder. They should be optional.
//
// Parsing this file:
// Each line is terminated with a newline (CR/LF) for 
// text mode reading. On Windows, use the Enter key.
// Comments start with "//".
// Empty lines are ok.
// Each single line alias/topic pair are simply the alias 
// followed by a comma followed by the topic with no 
// spaces between and no quotes.
// For example:
//	RS,Radio Streams
//	RSP,Public Radio 
//
// Note existing aliases should not be changed - new aliases
// may be added as needed.
//
//
// Topic Alias List follows:

// Misc:
FA,Favorites
IMP,Imported
MISC,Miscellaneous

// Audio streams
AS,Audio Streams

// Radio streams:
RS,Radio Streams
RSC,Commercial Radio
RSJ,Jazz Radio
RSP,Public Radio
RSR,Rock Radio
RST,Talk Radio
RSCL,Clasical Radio
RSGR,Grunge Radio
RSNW,New Wave Radio
RSPR,Progressive Rock
RSRB,R & B Radio
RSPCA,Pacifica Radio
RSNPR,NPR America
RSBBC,BBC Britain
RSRW,Right Wing Radio
RSLW,Left Wing Radio

// Podcast streams:
PS,Podcast Streams

// Video streams:
VS,Video Streams

// Disc files:
VF,Video Files
VFC,Video Concerts
AF,Audio Files
AFC,Audio Concerts
APF,Podcast Files

// Countries
AFR,Africa
AQ,Antartica
AR,Argentina
AU,Australia
AT,Austria
BE,Belgium
BR,Brazil
CA,Canada
DK,Denmark
FI,Finland
FR,France
DE,Germany
GB,Great Britain
GR,Greece
GL,Greenland
HK,Hong Kong
IS,Iceland
IE,Ireland
IL,Israel
IT,Italy
JM,Jamaica
JP,Japan
KR,Korea
MX,Mexico
NL,Netherlands
NZ,New Zealand
NO,Norway
PH,Philippines
PL,Poland
PT,Portugal
PR,Puerto Rico
RO,Romania
RU,Russia
SG,Singapore
ES,Spain
SE,Sweden
CH,Switzerland
UK,United Kindom
US,United States
VN,Viet Nam


