2003-10-25, 15:53
taking a look to xbmc source code i noticed that:
1) starting up it creates some directories which doesn't seem to be useful (i'm not sure). these directories are created inside albums directory and are
string strdir=g_stsettings.m_szalbumdirectory;
createdirectory((strdir+"\\python").c_str(),null);
createdirectory((strdir+"\\scripts").c_str(),null);
createdirectory((strdir+"\\language").c_str(),null);
createdirectory((strdir+"\\visualisation").c_str(),null);
they seems to be something which should be created under home directory, not under albums directory.
2) you've a folder called "visualisations". the correct word is "visualizations".
3) resource id 254 in english.xml says "ac3 passtru" instead of "ac3 passthru".
1) starting up it creates some directories which doesn't seem to be useful (i'm not sure). these directories are created inside albums directory and are
string strdir=g_stsettings.m_szalbumdirectory;
createdirectory((strdir+"\\python").c_str(),null);
createdirectory((strdir+"\\scripts").c_str(),null);
createdirectory((strdir+"\\language").c_str(),null);
createdirectory((strdir+"\\visualisation").c_str(),null);
they seems to be something which should be created under home directory, not under albums directory.
2) you've a folder called "visualisations". the correct word is "visualizations".
3) resource id 254 in english.xml says "ac3 passtru" instead of "ac3 passthru".