script favourites - new features

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hitcher Offline
Skilled Skinner
Posts: 9,921
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #61
From the repo -

http://mirrors.xbmc.org/addons/eden/script.favourites/

[Image: sig_zps3af3b48e.jpg]
find quote
Pikselli Offline
Junior Member
Posts: 23
Joined: Dec 2011
Reputation: 0
Post: #62
(2012-04-27 08:24)Hitcher Wrote:  From the repo -

http://mirrors.xbmc.org/addons/eden/script.favourites/


Thank you for the answer! I am new so I dont know what is a repo.... Can you explain me what it means?
find quote
`Black Offline
Skilled Skinner
Posts: 2,000
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #63
Repo = repository

[Image: xp1080.png]
(This post was last modified: 2012-04-27 12:41 by `Black.)
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #64
if nobody objects, i'd like to add a new option to the script: 'changetitle'

when you select a favourite, it'll pop up the keyboard dialog, allowing you to change the name.
useful when adding favourites with a long name that won't fit on a menu button.


use:
Code:
RunScript(script.favourites,changetitle=true&property=CustomFavourite.1)


script.favourites-3.2.3.zip

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
(This post was last modified: 2012-05-26 21:44 by ronie.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,921
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #65
+1

[Image: sig_zps3af3b48e.jpg]
find quote
Mudislander Online
Skilled Skinner
Posts: 1,154
Joined: Jun 2009
Reputation: 20
Post: #66
+1 !!!! Smile

Noli illegitimi carborundum
find quote
pecinko Offline
Donor
Posts: 3,001
Joined: Dec 2008
Reputation: 26
Location: Prague / Belgrade
Post: #67
Nice to have although it can be done through context menu before asigning.

What would be most welcomed is posibility to change attach a thumb. Maybe in some of the future updates.

My skins:

Quartz
Amber
find quote
Sranshaft Offline
Posting Freak
Posts: 1,335
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #68
Hope I can get some help with this issue I'm having using 3.2.2 of the script. I use the following code in the Startup.xml to start the script.

Code:
<onload>XBMC.RunScript(script.favourites,playlists=play)</onload>

Which populates a list properly. Name and Thumb properties are populated properly but it doesn't seem to populate the Path property. Using <onclick>$INFO[Window.Property(Favorite.1.Path)]</onload> returns this error in the log file.

Code:
ERROR: Keymapping error: no such action '' defined

I tried filling a label with the path but I'm not getting anything from that as well. Is there something I missed? Thanks in advance! Big Grin

[Image: watched-fanart.jpg]
(This post was last modified: 2012-05-28 14:52 by Sranshaft.)
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #69
(2012-05-28 14:51)Sranshaft Wrote:  Hope I can get some help with this issue I'm having using 3.2.2 of the script. I use the following code in the Startup.xml to start the script.

Code:
<onload>XBMC.RunScript(script.favourites,playlists=play)</onload>

Which populates a list properly. Name and Thumb properties are populated properly but it doesn't seem to populate the Path property. Using <onclick>$INFO[Window.Property(Favorite.1.Path)]</onload> returns this error in the log file.

Code:
ERROR: Keymapping error: no such action '' defined

I tried filling a label with the path but I'm not getting anything from that as well. Is there something I missed? Thanks in advance! Big Grin

could you test with v3.2.3 (see above) ?
that one also includes one minor fix for setting the path correctly.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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
Sranshaft Offline
Posting Freak
Posts: 1,335
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #70
(2012-05-28 15:00)ronie Wrote:  could you test with v3.2.3 (see above) ?
that one also includes one minor fix for setting the path correctly.

Thanks for the response. Tested 3.2.3 and it's still not populating the Path property unforunately.

[Image: watched-fanart.jpg]
find quote
Post Reply