Translates old internal paths into new ones.
More...
#include <LegacyPathTranslation.h>
|
static std::string | TranslateVideoDbPath (const CURL &legacyPath) |
| Translates old videodb:// paths to new ones. More...
|
|
static std::string | TranslateVideoDbPath (const std::string &legacyPath) |
|
static std::string | TranslateMusicDbPath (const CURL &legacyPath) |
| Translates old musicdb:// paths to new ones. More...
|
|
static std::string | TranslateMusicDbPath (const std::string &legacyPath) |
|
Translates old internal paths into new ones.
Translates old videodb:// and musicdb:// paths which used numbers to indicate a specific category to new paths using more descriptive strings to indicate categories.
◆ TranslateMusicDbPath()
std::string CLegacyPathTranslation::TranslateMusicDbPath |
( |
const CURL & |
legacyPath | ) |
|
|
static |
Translates old musicdb:// paths to new ones.
- Parameters
-
legacyPath | Path in the old musicdb:// format using numbers |
- Returns
- Path in the new musicdb:// format using descriptive strings
◆ TranslateVideoDbPath()
std::string CLegacyPathTranslation::TranslateVideoDbPath |
( |
const CURL & |
legacyPath | ) |
|
|
static |
Translates old videodb:// paths to new ones.
- Parameters
-
legacyPath | Path in the old videodb:// format using numbers |
- Returns
- Path in the new videodb:// format using descriptive strings
The documentation for this class was generated from the following files: