Hybrid Thumbnail Cache

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
acme-badboy Offline
Junior Member
Posts: 28
Joined: Jan 2009
Reputation: 0
Post: #11
Machine-Sanctum Wrote:I store all my thumbnails on my server and use the substitue string advancedsettings to point each xbmc instance to the same location. This way if one updates the rest of them are instantaniously updated. Together with mysql library ofcourse

But this way the images are always loading from the network and aren't shared locally. Or am I mistaken?
find quote
Martijn Online
Team-XBMC
Posts: 7,673
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #12
acme-badboy Wrote:But this way the images are always loading from the network and aren't shared locally. Or am I mistaken?

Indeed through network. It is slower than local i must admit but i use a 1000mbit network.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
tboooe Offline
Fan
Posts: 463
Joined: Dec 2010
Reputation: 0
Post: #13
Machine-Sanctum Wrote:Indeed through network. It is slower than local i must admit but i use a 1000mbit network.

So this is identical to using the symlink command in windows? I am on a wireless N network and the speed isnt really an issue unless I try to scroll quickly through my library. In case, the images dont load quick enough, causing a lag, and jerky response. What kind of lag are you seeing on your wired network? I was hoping going wired would eliminate the jerkiness I am seeing.
find quote
Frank_Castl3 Offline
Junior Member
Posts: 31
Joined: Nov 2010
Reputation: 1
Location: North Carolina, USA
Post: #14
Do you have to be using pre-eden nightly build if you want to share out the thumbnail folder and use the subsitute method in advancedsettings.xml file.

I'm using the Dharma 10.1?

Living Room XBMC: XBMC Ver. & Skin: Eden 11 - AEON | Processor: Intel Core i5-2500K | Mobo: ASUS P8H67-M Evo | RAM: Crucial 4GB DDR3 | GFX: Onboard | HDD: Western Digital 3 TB | PS: PC Power and Cooling 750W
find quote
melagodo Offline
Member
Posts: 89
Joined: Aug 2010
Reputation: 0
Post: #15
thaughbaer Wrote:I'm using a centralized MySQL database. With a 2 line patch I've changed the behaviour such that if the thumbnail doesn't exist it copies it from the .tbn in the movie folder instead of auto-generating. This allows me to have centralized thumbnails which are copied and cached to each client.

How did you do itConfused?

melagodo
find quote
melagodo Offline
Member
Posts: 89
Joined: Aug 2010
Reputation: 0
Post: #16
jmarshall Wrote:XBMC's texturecache already does the above by automatically caching on-demand. Addon thumbs use this, as do picture thumbs.

If and when I have time I'll get video and music thumbs using it.

Any news on that?

melagodo
find quote
tripkip Offline
Fan
Posts: 327
Joined: Aug 2010
Reputation: 2
Location: Belgium
Post: #17
(2012-01-14 22:20)melagodo Wrote:  
jmarshall Wrote:XBMC's texturecache already does the above by automatically caching on-demand. Addon thumbs use this, as do picture thumbs.

If and when I have time I'll get video and music thumbs using it.

Any news on that?

melagodo

+1

HTPC with ASUS AT5IONT-I | Zotac ID41 Plus | Apple TV 3
CouchPotato client iOS
Twitter
find quote
Montellese Online
Team-XBMC Developer
Posts: 2,778
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #18
video thumbs are done through the texture cache as well now and jmarshall is working on music thumbs.

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.

[Image: badge.gif]
find quote
Post Reply