2022-07-22, 15:24
sorry a bit confused. are you saying MyVideos##.emm is the file i need to copy?>
(2015-11-27, 11:55)DanCooper Wrote:(2015-11-27, 08:38)beesmyer Wrote:
Example for a source called "Dokus":
Code:SELECT
movielist.*
FROM
movielist
INNER JOIN moviesource ON (movielist.idSource = moviesource.idSource)
WHERE
moviesource.strName = "Dokus"
(2022-09-11, 16:50)KevinSartori Wrote: I have a separate directory source in my TV Shows settings for Anime (D:\Videos\Anime)
sql:SELECT
tvshowlist.*
FROM
tvshowlist
INNER JOIN tvshowsource ON (tvshowlist.idSource = tvshowsource.idSource)
WHERE
tvshowsource.strPath = "D:\Shows\Anime"
sql:SELECT
movielist.*
FROM
movielist
INNER JOIN moviesource ON (movielist.idSource = moviesource.idSource)
WHERE
moviesource.strPath = "E:\Videos\Music Video"
.\Ember Media Manager\Profiles\Default\MyVideos##.emm
to see the current DB structure.