[MOD] Cirrus Extended v2

  Thread Rating:
  • 13 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
keibertz Offline
Senior Member
Posts: 263
Joined: Oct 2010
Reputation: 2
Post: #2361
Martijn Wrote:This means that there are some illegal character in the movieset name. Fix the names or ask the movieset creator if he wants to make a fix in the script. If he wants info on how let him ask me.

Cant finde any � in the Movieset names or in any movietitel.

are there any other illegal chars ? like " ' , ß ö ä ü ?

I manage all my moviesets with the XWMM WI

ASUS F2A85-M LE | A6-5400K | 4 GB DDR3-1866 | 128GB SSD | Windows 8 64 bit | XBMC 12 | Cirrus EV3
Onkyo TX-NR509 5.1 + Teufel Consono 35
Samsung UE55ES6300 55"
Harmony 785

http://www.MyXBMC.de
(This post was last modified: 2011-12-11 03:32 by keibertz.)
find quote
butchabay Offline
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #2362
@keibertz
You have movie sets addon installed?
find quote
keibertz Offline
Senior Member
Posts: 263
Joined: Oct 2010
Reputation: 2
Post: #2363
butchabay Wrote:@keibertz
You have movie sets addon installed?

yes sure
but i dont use it to manage the moviesets
for me it is much better to do it via WI
only when i want to change just one litte thing i use the Add-on Movie sets but not for bigger things

EDIT:
the new moviesets Add-on Version 2.0.1 dosent work at all. I cant create a new Movie set or even see one of my existing moviesets. That was working with the older add-on versions ...

ASUS F2A85-M LE | A6-5400K | 4 GB DDR3-1866 | 128GB SSD | Windows 8 64 bit | XBMC 12 | Cirrus EV3
Onkyo TX-NR509 5.1 + Teufel Consono 35
Samsung UE55ES6300 55"
Harmony 785

http://www.MyXBMC.de
(This post was last modified: 2011-12-11 03:53 by keibertz.)
find quote
keibertz Offline
Senior Member
Posts: 263
Joined: Oct 2010
Reputation: 2
Post: #2364
Still get the error in the XBMC logfile:
03:02:42 T:1248 ERROR: [MovieSets] database::getContainerMovieSets (163) in handler, 'json = jsonapi.Files.GetDirectory( directory="videodb://1/7/%i/" % idSet, properties=VIDEO_FIELDS_MOVIE, sort=SORTTITLE, media="video" )' - 'utf8' codec can't decode byte 0xf6 in position 47: invalid start byte
03:02:43 T:1248 NOTICE: [MovieSets] InfoScanner: Finished scan. Scanning for moviesets info took 13.712s
03:02:43 T:1248 NOTICE: [MovieSets] MyVideos58.db: last modification is 2011-12-11 02:47:47

How can i finde out which Movieset is wrong?

BtW why is Add-on called Plugin in the movie submenu ?

ASUS F2A85-M LE | A6-5400K | 4 GB DDR3-1866 | 128GB SSD | Windows 8 64 bit | XBMC 12 | Cirrus EV3
Onkyo TX-NR509 5.1 + Teufel Consono 35
Samsung UE55ES6300 55"
Harmony 785

http://www.MyXBMC.de
find quote
butchabay Offline
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #2365
@keibertz
I'll take a look later and try again.
Btw the plugin label should be Video Addons. Will be fixed.
find quote
butchabay Offline
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #2366
@keibertz
Ok, i've tested the latest version of moviesets and works on my side.
Movies and videos submenu are showing video addons.
Tested movie sets view and it's showing.
I hope you have the latest svn version of cev2 Smile
I really think you have a corrupted DB, go and check your userdata --> database and see if you have multiple entries!
find quote
el_Paraguayo Offline
Fan
Posts: 454
Joined: Feb 2011
Reputation: 7
Location: London, UK
Post: #2367
Martijn Wrote:This means that there are some illegal character in the movieset name. Fix the names or ask the movieset creator if he wants to make a fix in the script. If he wants info on how let him ask me.

I'd like to know how to fix this as it gave me issues in one of my own scripts and I had to use a pretty ugly hack.

Can you pm me.

Thanks.

MythSuspendAlarm: Suspend xbmc and set ACPI wake alarm based on next scheduled MythTV recording.
BBC Football Scores: Get live football score notifications.
Random Movie Script: Play random movies from user's library (for skinners).
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 116
Location: Dawn of time
Post: #2368
el_Paraguayo Wrote:I'd like to know how to fix this as it gave me issues in one of my own scripts and I had to use a pretty ugly hack.

Can you pm me.

Thanks.

Done Smile

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
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 116
Location: Dawn of time
Post: #2369
keibertz Wrote:Still get the error in the XBMC logfile:
03:02:42 T:1248 ERROR: [MovieSets] database::getContainerMovieSets (163) in handler, 'json = jsonapi.Files.GetDirectory( directory="videodb://1/7/%i/" % idSet, properties=VIDEO_FIELDS_MOVIE, sort=SORTTITLE, media="video" )' - 'utf8' codec can't decode byte 0xf6 in position 47: invalid start byte
03:02:43 T:1248 NOTICE: [MovieSets] InfoScanner: Finished scan. Scanning for moviesets info took 13.712s
03:02:43 T:1248 NOTICE: [MovieSets] MyVideos58.db: last modification is 2011-12-11 02:47:47

Find some part of the script that says something like this:
PHP Code:
text unicode(text,encode
and replace with this.
PHP Code:
text unicode(text,encodeerrors='ignore'

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
keibertz Offline
Senior Member
Posts: 263
Joined: Oct 2010
Reputation: 2
Post: #2370
butchabay Wrote:@keibertz
Ok, i've tested the latest version of moviesets and works on my side.
Movies and videos submenu are showing video addons.
Tested movie sets view and it's showing.
I hope you have the latest svn version of cev2 Smile
I really think you have a corrupted DB, go and check your userdata --> database and see if you have multiple entries!

SVN Version is 374

On my side it is for sure showing Plugins on movie submenu. You tested it with language german ? In english it is showing Plugins for me too !! In which xml file i can change it ?
EDIT: Found the file \addons\skin.cirrus.extended.v2\language\German\strings.xml
strings.xml from 13.09.2011 is this the right Version ?
it was
PHP Code:
<string id="31007">Plugins</string
changed it to
PHP Code:
<string id="31007">Video Addons</string
and now it works fine

yes i have two database entries in userdata --> database MyVideos58.db and MyVideos57.db
what can i do to finde out what is wrong ? and how can i correct it ?
or just delete the older file ?
EDIT:
i deleted the old file everything still works Big Grin

In my XBMC logfile i allways get the error:
10:37:17 T:2556 ERROR: CZeroconfWIN::doPublishService CFNetServiceRegister returned (error = -65563)
10:37:17 T:2556 ERROR: CZeroconfWIN: Apples Bonjour Service not installed?

can someone tell what Apples Bonjour Service is ? or where i can ask ? i use XBMC nightbuild from yesterday.
EDIT:
This ERROR comes from Setting -> Network -> Airplay after dekativiate Airplay and zeroconf. This error was gone, i know Airplay but what is Zeroconf ?

ASUS F2A85-M LE | A6-5400K | 4 GB DDR3-1866 | 128GB SSD | Windows 8 64 bit | XBMC 12 | Cirrus EV3
Onkyo TX-NR509 5.1 + Teufel Consono 35
Samsung UE55ES6300 55"
Harmony 785

http://www.MyXBMC.de
(This post was last modified: 2011-12-11 15:41 by keibertz.)
find quote
Post Reply