#include <RmpInfo.h>
Public Attributes | |
| std::string | base_url |
| |
| std::string | output_file |
| O - generated output file (created by emp2m3u rules) | |
| std::string | emp_file |
| E - name of the emp file | |
| std::string | provider |
| P - Provider name | |
| std::string | package_title |
| T - package title (Album name on emusic) | |
| std::string | package_artist |
| A - teh package artist (or 'Various Artists' of > 1) | |
| std::string | location_template |
| the template used to build download urls | |
Definition at line 32 of file RmpInfo.h.
|
|
Definition at line 33 of file RmpInfo.h. Referenced by EmpParser::build_track_url(), and EmpParser::get_session_info(). |
|
|
E - name of the emp file
Definition at line 35 of file RmpInfo.h. Referenced by PlayListConverter::make_subs(), and PlayListConverter::parse_rmp(). |
|
|
the template used to build download urls
Definition at line 39 of file RmpInfo.h. Referenced by EmpParser::build_track_url(), and EmpParser::get_session_info(). |
|
|
O - generated output file (created by emp2m3u rules)
Definition at line 34 of file RmpInfo.h. Referenced by PlayListConverter::make_subs(), PlayListConverter::open_output(), and PlayListConverter::write_output(). |
|
|
A - teh package artist (or 'Various Artists' of > 1)
Definition at line 38 of file RmpInfo.h. Referenced by PlayListConverter::make_subs(), and EmpParser::parse_file(). |
|
|
T - package title (Album name on emusic)
Definition at line 37 of file RmpInfo.h. Referenced by EmpParser::get_session_info(), and PlayListConverter::make_subs(). |
|
|
P - Provider name
Definition at line 36 of file RmpInfo.h. Referenced by EmpParser::get_session_info(), and PlayListConverter::make_subs(). |
1.3-rc3