XBMC MySQL Video Library cleaning procedure
#1
Could a nice developer point me to where I can find the source code of the procedure as described in the title? The thing that starts if you go to Settings > Video > Library > Clean.

Would be awesome if someone could paste the code directly here (or pastebin). Otherwise a point to which file I should look into would also be great Smile I will never find it if I try on my own, XBMC source is huge!
Reply
#2
Fair dinkum, the sources are bloody huge. However, I use grep religiously to navigate it.

Code:
fgrep -rni video xbmc/ | grep -i database | grep -i clean

Code:
xbmc/video/VideoDatabase.cpp:6248:void CVideoDatabase::CleanDatabase(IVideoInfoScannerObserver* pObserver, const vector<int>* paths)
Always read the XBMC online-manual, FAQ, Wiki and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
awesome thx! Smile
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC MySQL Video Library cleaning procedure0