Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
|
20th Jun, 2014, 07:50 PM
Post: #76
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
Will supply logs etc later but for now:
2 Pi's @ Home - 1 running Beta 2, and 2nd one running a clean install of 1.0 RC2 Gotham XBMC13 I use MySQL backend and NFS sources on my NAS. Inside MySQL I can see the new database have been created for Gotham and can see they have been populated with all the data from the Frodo databases, however there is no link on XBMC GUI to TV Series or Movies (i.e. no database stuff), I can only see Videos-> Files (will get hold of debug logs re this to see if any issues) Playback - can browse via files and can play MKV files, but the stuttering on playback and audio crackling is horrible - the same files on the Beta 2 Pi (same network, same sources, same MySQL DB etc) all run perfectly - no stuttering, full 5.1 surround - perfect. |
|||
22nd Jun, 2014, 03:45 AM
Post: #77
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
Hi,
I had a similar problem and the solution was to delete all the shares (tv, movies, etc) and then re-add them one at a time. Then let the pi rebuild the databases. Hope this helps in your situation. skywatch |
|||
22nd Jun, 2014, 04:34 AM
Post: #78
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(22nd Jun, 2014 03:45 AM)Skywatch Wrote: Hi, Thanks - will give that a go. will do an export so that I don't lose watched info... |
|||
22nd Jun, 2014, 09:30 AM
Post: #79
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(19th Jun, 2014 07:27 PM)Roxxor Wrote: ../base-files_7.1wheezy5+rpi1_armhf.deb) ... @Roxxor 1) just do Code: sudo -i 3) absolutely yes don't be affraid 2) apt-get will list automatically some packages as hold when their dependencies change. they can be installed when you manually list them to apt-get command line, or --- more convenient --- use xbian-config and menut 5. (6th Jun, 2014 09:10 AM)jiserra Wrote: Maybe someone with more knowledge can answer that. I don't think it's possible, but I didn't investigate a lot on the subject. I have a similar setup like yours and I simply turn off the speakers when watching a movie or turn off the TV when listening to music currently not. the other players are part of XBian because they are essential component of XBMC itself. but they lack RPI support completely. we are currently evaluating the variant to build extra XBMC version with RPI support directly in XBMC components (what would mean ALSA SUPPORT, PULSE AUDIo - so other audio cards - OMX support directly in DVDPLAYER etc... yesterday I had discussion with popcornmix who is developing those patches and although it can be demonstrated as working, it is not suitable for standard use - and for long will not be. to support even standard iTunes HD videos - core components of XBMC needs to be rewritten so currently it is for developers and users who do not use RPI for media layback. but we have all technical info needed to start building it so maybe we will. but again, it can't deliver what is expected in any area (at that moment). Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
22nd Jun, 2014, 08:44 PM
Post: #80
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
Sorted the audio crackling issue - changed Audio output to HDMI 2.0 (TV only has built in, not tested yet on surround sound system on other TV) - crackling disappeared.
Still can't see anything in the databases tho, even although on MySQL I can see: xbmc_music46 xbmc_video78 The debug log has: 22:29:23 T:3039572512 NOTICE: Running database version Addons16 22:29:23 T:3039572512 NOTICE: Running database version ViewModes6 22:29:23 T:3039572512 NOTICE: Running database version Textures13 22:29:27 T:3039572512 NOTICE: Attempting to update the database xbmc_music46 from version 32 to 46 22:29:28 T:3039572512 ERROR: SQL: Undefined MySQL error: Code (1060) Query: ALTER TABLE artist ADD strMusicBrainzArtistID text 22:29:28 T:3039572512 ERROR: Exception updating database xbmc_music46 from version 32 to 46 22:29:28 T:3039572512 ERROR: Error updating database xbmc_music46 from version 32 to 46 ... ... 22:29:29 T:3039572512 NOTICE: Old database found - updating from version 32 to 46 22:29:29 T:3039572512 ERROR: SQL: Can't create database for copy: 'xbmc_music32' (1007) But when I look at the tables themselves, I can see that the column strMusicBrainzArtistID (text) already exists. ----------- So, as a test, I dropped the 2 databases, and rebooted the Pi. I can see the database xbmc_music46 get created and populated from 32, and xbmc_video78 gets created and populated from 75 What I have spotted however, is that the VIEWS are not copied over, so further down the error log you get: 11:34:33 T:2895873088 ERROR: SQL: The table does not exist Query: select * from movieview ORDER BY dateAdded desc, idMovie desc LIMIT 10 In Music32, there are 3 Views: albumview, artistview, songview - not recreated in Music46 In Video75, there are 4 Views: episodeview, movieview, musicvideoview, tvshowview - not recreated in Video78 Going to try and manually create these to see if it fixes issue, but thought I'd let you know. (edit) Just spotted none of the triggers are in place either... |
|||
22nd Jun, 2014, 09:32 PM
Post: #81
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(22nd Jun, 2014 08:44 PM)nsviper Wrote: In Music32, there are 3 Views: albumview, artistview, songview - not recreated in Music46 that's crazy as this happens for EACH xbmc major upgrade. I was affected by this on going 10-11 and 11-12. what I always did was grabbing .sql command for views and indexes from XBMC sources and run them as SQL commands from mysql command line. I also manually changed DB version numbers (in the table version - to the one new XBMC expected). it didn;t happen for me this time 12->13 - probably because I was updating to Gotham much sooner and DB wasn't making HUGE jumps at DB versions. but actually it was more upgrades in smaller steps. google will find you more such reports (even with very old date) - meaning clearly a BUG with XBMC team impossible to track it down. |
|||
22nd Jun, 2014, 10:25 PM
Post: #82
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
**** System Sounds ****
Has anyone else noticed that system sounds now work!!! I just updated an old RC1 SD card, and voila there they were? Hadn't noticed them before. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
22nd Jun, 2014, 10:52 PM
Post: #83
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread | |||
23rd Jun, 2014, 09:22 AM
Post: #84
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(22nd Jun, 2014 09:30 AM)mk01 Wrote: @Roxxor Still doesn't work :/ Code: root@RaspberryPi:/# touch ./usr/share/doc/base-files/FAQ |
|||
23rd Jun, 2014, 11:46 AM
Post: #85
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
@Roxxor,
what Code: ls -la /usr/share/doc/base-files/FAQ returns? there is must be something with that file if 'ln -s' is returning error. btw: by mistake I copy & paste the filename wrong, I should have deleted the "." in the front. so if you try "ls" and uou get no result, then run again main command but without the dot. it wlll just create empty FAQ and "ln -s" should succeed then. but let's see the output first you will send. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
23rd Jun, 2014, 06:53 PM
Post: #86
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
@nsviper
while testing new build system I let build Helix and installed the .deb . and realised one thing we didn't consider until now. when xbmc job is started, there is timeout 100s waiting for XBMC be fully up. normally that is sufficient for XBMC start. but if HUGE db is being converted to new version (what was my case) 100s wasn't enough, xbmc upstart job run out of timeout considered xbmc.bin as not being started correctly (as xbmc was still converting DB long before notifying system that started ok). so edit /etc/init/xbmc.conf, go into post-start section and change TIMEOUT=100 to TIMEOUT=100000. (you can just delete the new version DB's from sql before, start xbmc again. it will start conversion again. maybe your case is failing for that reason that xbmc.bin is being killed before it fully converts the DB). Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
23rd Jun, 2014, 07:58 PM
Post: #87
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
IR remote via GPIO still not working after boot until XBMC is restarted (1.0 RC 2, all updates installed).
This fix still applies. |
|||
23rd Jun, 2014, 09:40 PM
Post: #88
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
What worked in my case is:
1. Disable all autofs upstart scripts. Code: mv /etc/init/autofs.conf /etc/init/autofs.conf.bak Code: start on stopped udevtrigger and stopped module-init-tools and started mountall 3. Adapt "start on" configuration of /etc/init/xbmc.conf to: Code: start on (started xbmc-preload and started dbus and started lirc) or (xbian-nowait) Code: start on started mountall and started lirc pilight - modular domotica solution
|
|||
23rd Jun, 2014, 10:03 PM
Post: #89
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(23rd Jun, 2014 06:53 PM)mk01 Wrote: @nsviper Will try that tonight - thanks. |
|||
24th Jun, 2014, 12:34 AM
Post: #90
|
|||
|
|||
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(23rd Jun, 2014 09:40 PM)CurlyMo Wrote: What worked in my case is: Since my fix was only a one-line change (adding "and started lirc" to /etc/init/xbmc.conf) Code: start on started xbmc-preload and started dbus and started lirc and (started autofs or xbian-nowait) |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Official XBian Raspberry B+ models thread | IriDium | 4 | 21,363 |
23rd Nov, 2014 09:14 PM Last Post: 0xFF |
|
Official XBian 1.0 RC 2 thread | IriDium | 61 | 194,443 |
16th Aug, 2014 03:10 PM Last Post: mehlvogel |
|
Official XBian 1.0 Gotham Testing | theimmortal | 109 | 355,287 |
10th May, 2014 01:47 AM Last Post: IriDium |
|
Official XBian 1.0 RC 1 thread | IriDium | 173 | 590,747 |
1st May, 2014 02:44 PM Last Post: dharmabm |
|
Official XBian 1.0 Beta 2 thread | IriDium | 411 | 1,402,626 |
7th Mar, 2014 09:56 PM Last Post: leadergr |
|
Official XBian 1.0 Beta 1 thread | Koenkk | 303 | 1,195,909 |
12th Dec, 2013 12:46 AM Last Post: Exnor |
|
Official XBian 1.0 Alpha 5 thread | Koenkk | 366 | 1,444,083 |
15th Aug, 2013 07:35 AM Last Post: anthonyonions |
|
Official XBMC 12.2 Thread | Koenkk | 118 | 467,737 |
4th Jul, 2013 09:11 AM Last Post: mk01 |
|
Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion | Koenkk | 111 | 455,024 |
10th May, 2013 11:59 PM Last Post: Ghwomb |