No Cover Art showing for TV Shows?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Big_Noid Online
Skilled Skinner
Posts: 2,626
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #21
(2012-05-30 03:35)jmarshall Wrote:  Notice no user/pass in the smb:// URLs. The skin is hacking together the URL from the ListItem.Path, which is the sanitized version of the path, with no user/pass.

If you haven't specifically input your user/pass in XBMC (i.e. if you always put it in the URL, rather than waiting for XBMC to prompt you for it) then XBMC's authentication manager doesn't know about it.

Cheers,
Jonathan

If you have a passwords.xml every url gets prefixed with user/pass iirc. Nonetheless we should fix this in the skin.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #22
Correct - but passwords.xml is only filled if you specifically input your user/pass when prompted by XBMC. If the user/pass directly in the source URL (or during source addition) then XBMC doesn't have it in passwords.xml. This, ofcourse, is something that XBMC should remedy - at least in the case where the user adds a source and fills in the user/pass fields.

I don't think you can fix it in the skin?

Cheers,
Jonathan

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
Big_Noid Online
Skilled Skinner
Posts: 2,626
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #23
(2012-05-30 11:10)jmarshall Wrote:  Correct - but passwords.xml is only filled if you specifically input your user/pass when prompted by XBMC. If the user/pass directly in the source URL (or during source addition) then XBMC doesn't have it in passwords.xml. This, ofcourse, is something that XBMC should remedy - at least in the case where the user adds a source and fills in the user/pass fields.

I don't think you can fix it in the skin?

Cheers,
Jonathan

We are using a temporary skin.string to set the backgrounds. After unload of the dialog we use that temporary skin.string to set the path for the items background skin.string. I thought thats where the sanitized path is coming from.
(This post was last modified: 2012-05-30 11:28 by Big_Noid.)
find quote
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #24
(2012-05-30 11:27)Big_Noid Wrote:  
(2012-05-30 11:10)jmarshall Wrote:  Correct - but passwords.xml is only filled if you specifically input your user/pass when prompted by XBMC. If the user/pass directly in the source URL (or during source addition) then XBMC doesn't have it in passwords.xml. This, ofcourse, is something that XBMC should remedy - at least in the case where the user adds a source and fills in the user/pass fields.

I don't think you can fix it in the skin?

Cheers,
Jonathan

We are using a temporary skin.string to set the backgrounds. After unload of the dialog we use that temporary skin.string to set the path for the items background skin.string. I thought thats where the sanitized path is coming from.

no, that´s nothing we can fix at our end.
find quote
nostic Offline
Junior Member
Posts: 11
Joined: Jun 2011
Reputation: 0
Post: #25
(2012-05-30 11:10)jmarshall Wrote:  Correct - but passwords.xml is only filled if you specifically input your user/pass when prompted by XBMC. If the user/pass directly in the source URL (or during source addition) then XBMC doesn't have it in passwords.xml. This, ofcourse, is something that XBMC should remedy - at least in the case where the user adds a source and fills in the user/pass fields.

I don't think you can fix it in the skin?

Cheers,
Jonathan


This is exactly what my issue was. I have a NAS that has 1 single share, in that share I have separate folders, Movies, TV, Music, Photos and inside those I have a properly structured tree for it's media type. I simple use XBMC to add the single share as a media source via:

SMB
name: 1.1.1.200
share: media
username: xbmc
password: iputthepasswordhere

Then, to add other sources, say media type TV I simple browse my sources, choose the media share and select the TV folder. Since XBMC maps the share on boot with a saved username/password I assumed that it would use that authentication for that source.

I'll look into setting up a password.xml so I don't have to open my share to "everyone"

thanks guys!
find quote
Post Reply