[mythtv] mythnetvision findAllDBTreeGrabbers() ???

Warpme warpme at o2.pl
Fri Oct 1 08:46:03 UTC 2010


  Hi !

I'm trying to play with mythnetvision on latest trunk.
Refreshing sites gives me nothing.
I think it is because mythnetvision can't find grabbers scripts.
I started analyze mythnetvision sources.
On line 1210 in nettree.cpp we have:

void NetTree::TreeRefresh()
1211    {
1212        m_siteGeneric = new MythGenericTree("site root", 0, false);
1213        m_currentNode = m_siteGeneric;
1214
1215        m_grabberList = findAllDBTreeGrabbers();
1216        m_rssList = findAllDBRSS();
1217
1218        fillTree();
1219        loadData();
1220        switchView();
1221    }

But i can't find anywhere findAllDBTreeGrabbers().

Do I missed something ?

br

-------------- next part --------------
A non-text attachment was scrubbed...
Name: warpme.vcf
Type: text/x-vcard
Size: 83 bytes
Desc: not available
URL: <http://mythtv.org/pipermail/mythtv-dev/attachments/20101001/a95abe0a/attachment.vcf>


More information about the mythtv-dev mailing list