library setup

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
attrinitive2 Offline
Junior Member
Posts: 7
Joined: Nov 2008
Reputation: 0
Post: #11
done all of that still no love Sad

a few of my tv shows have avatars now but nothing in the tv shows tab of mediastream.

i have also noticed some common tvshows are not finding thumbs IE:family guy so i have no idea what is going on.
find quote
vdrfan Offline
Team-XBMC Developer
Posts: 2,786
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #12
Debug log please. Make sure to toggle the Viewstate of Watched/Unwatched in library mode, maybe its set to "Watched"?

Always read the XBMC online-manual, FAQ 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.
find quote
attrinitive2 Offline
Junior Member
Posts: 7
Joined: Nov 2008
Reputation: 0
Post: #13
Code:
Query: update path set strContent='tvshows',strScraper='imdb tv.xml', scanRecursive=0, useFolderNames=0, strSettings='<settings><setting id="fullcredits" value="false" /><setting id="impawards" value="true" /><setting id="movieposterdb" value="false" /><setting id="imdbscale" value="192" /><setting id="url" value="akas.imdb.com" /></settings>' where idPath=3
20:03:47 M: 39497728   ERROR: CVideoDatabase::SetScraperForPath (xbms://10.1.1.3:1400/tvshow/) failed
20:03:47 M: 39477248   ERROR: SQLite: Insertion failed because database is full
                             Query: select idPath from path where strPath like 'xbms://10.1.1.3:1400/tvshow/'
20:03:47 M: 39477248   ERROR: CVideoDatabase::GetPathId unable to getpath (select idPath from path where strPath like 'xbms://10.1.1.3:1400/tvshow/')
20:03:47 M: 39456768   ERROR: SQLite: Insertion failed because database is full
                             Query: select path.strContent,path.strScraper,path.scanRecursive,path.useFolderNames,path.strS​ettings from path where strPath like 'xbms://10.1.1.3:1400/'
20:03:47 M: 39456768   ERROR: CVideoDatabase::GetScraperForPath failed
20:03:47 M: 38780928   ERROR: SQLite: Insertion failed because database is full
                             Query: update version set iCompressCount=5
20:03:47 M: 38780928   ERROR: Compressing the database MyVideos34.db failed
20:03:47 M: 38793216  NOTICE: My Videos: Scanning for video info using worker thread, operation took 00:00
20:03:49 M: 40235008   ERROR: SQLite: Insertion failed because database is full
                             Query: select idPath from path where strPath like 'xbms://10.1.1.3:1400/tvshow/'
20:03:49 M: 40235008   ERROR: CVideoDatabase::GetPathId unable to getpath (select idPath from path where strPath like 'xbms://10.1.1.3:1400/tvshow/')
20:03:49 M: 40214528   ERROR: SQLite: Insertion failed because database is full
                             Query: select path.strContent,path.strScraper,path.scanRecursive,path.useFolderNames,path.strS​ettings from path where strPath like 'xbms://10.1.1.3:1400/'
20:03:49 M: 40218624   ERROR: CVideoDatabase::GetScraperForPath failed
find quote
vdrfan Offline
Team-XBMC Developer
Posts: 2,786
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #14
C partition ran out of space. You might want to install XBMC to the E or F partition of your XBOX drive.

Always read the XBMC online-manual, FAQ 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.
find quote
Post Reply