• 1
  • 108
  • 109
  • 110(current)
  • 111
  • 112
  • 119
RaspBMC Kodi/XBMC test builds
(2014-11-05, 16:40)fernandovg Wrote:
(2014-11-04, 14:43)miappa Wrote:
Code:
raspbmc dbus[249]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out

You can start it manually with:
Code:
sudo avahi-daemon -D

I will see if I can figure out why that is, in the mean time start it manually or stick with the build from 19th of Oct.

Check /etc/init/avahi-daemon.conf

Code:
start on (((started xbmc and enable-avahi-daemon) or no-xbmc) and started dbus)
stop on (stopping dbus or disable-avahi-daemon or runlevel [!2345])

Missing the change xbmc > kodi?

Tested by changing xbmc to kodi in file /etc/init/avahi-daemon.conf and did a reboot. This seems to have solved the daemon not starting.
Code:
start on (((started kodi and enable-avahi-daemon) or no-kodi) and started dbus)
stop on (stopping dbus or disable-avahi-daemon or runlevel [!2345])
Reply
Yes, I have missed to include the xbmc.conf that starts/stops when Kodi starts/stops in my download script.
That is why it has been working for me, but failed after I ran my download script (and failed for everyone else).
I´ve been sloppy...

I think I will just drop the idea of calling the job Kodi and have it as xbmc in case I have missed something else.
Reply
Updated Helix build, Kodi master from Nov 04 + newclock4 commits.

Kodi Master:
Master changelog

Newclock4 additions:
• [cec] Temp - more logging
• [cec] Don't discard buttons when repeat mode is enabled

Libcec additions:
• Pass through duration on all button repeats
• Skip double press removal. It is handled through other means.
• Support repeating button presses with configurable repeat rate
• Keep track of time since initial button press and last button update (included in last two builds)
• Make released key polling wait for exact time until key gets released (included in last two builds)

Additional:
• Upstart job now back to ’xbmc’. Should hopefully fix issues with other daemons such as eventlircd, avahi (+ Airplay), tvheadend etc.
• Updated the enable-kodi + the watchdog scripts to be compatible with recent changes in master

GPU firmware from Nov 04 included:
• firmware: config: Make framebuffer_swap and framebuffer_ignore_alpha enabled by default

NB! To be able to run this build you must first run enable-kodi*.sh as explained here!

For this build you will need the new enable-kodi2 script:
Code:
wget http://goo.gl/G4EG8M --no-check-certificate -O enable-kodi2.sh
sudo sh enable-kodi2.sh

To install Kodi build, SSH to Pi (first run ’sudo sh enable-kodi2.sh’ if not already enabled):
Code:
wget -O kodi-14-20141105-nc4.tar.gz http://goo.gl/ZzwdnB --no-check-certificate
pv kodi-14-20141105-nc4.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/kodi-14-20141105-nc4/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/kodi-14-20141105-nc4/xbmc-bcm /home/pi/.xbmc-current
sudo reboot

See post #1 for more info
Reply
Thank you for not giving up on us.

Remote now working correctly. Time to play with new version.
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
20141105 wont shut down, it just reboots.
Reply
(2014-11-05, 23:46)MatteN Wrote: 20141105 wont shut down, it just reboots.

Known issue on test builds since quite a while.
Reply
Ah, ok. Thanks.
Reply
Thanks - all looking good. I initially forgot to run the new script and got the relax xbmc will restart shortly loop.

Everything ok after I ran it Smile
Reply
Updated Helix build, Kodi master from Nov 06 + newclock4 commits.

Kodi Master:
Master changelog

Newclock4 additions:
• [ResamplePi] Add support for formats that need shifting
• [DVDMessageQueue] Remove pi specific logging ifdef

Libcec additions:
• squash: Fix for stop needing to be pressed twice

GPU firmware from Nov 06 included:
• firmware: audio_mixer: Add support for applying a shift to the outputdata
• firmware: Some upstream improvements for memory compaction of relocatable heap

NB! To be able to run this build you must first run enable-kodi*.sh as explained here!

If not already enabled, download and run enable-kodi2:
Code:
wget http://goo.gl/G4EG8M --no-check-certificate -O enable-kodi2.sh
sudo sh enable-kodi2.sh
To install Kodi build, SSH to Pi:
Code:
wget -O kodi-14-20141106-nc4.tar.gz http://goo.gl/pGZmCZ --no-check-certificate
pv kodi-14-20141106-nc4.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/kodi-14-20141106-nc4/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/kodi-14-20141106-nc4/xbmc-bcm /home/pi/.xbmc-current
sudo reboot

See post #1 for more info
Reply
(2014-11-06, 23:18)miappa Wrote: • [ResamplePi] Add support for formats that need shifting

Anyone with a HifiBerry (or other I2S card)? Can you test if the card works? Does GPU accelerated resampling also work?
Reply
(2014-11-07, 18:28)popcornmix Wrote:
(2014-11-06, 23:18)miappa Wrote: • [ResamplePi] Add support for formats that need shifting

Anyone with a HifiBerry (or other I2S card)? Can you test if the card works? Does GPU accelerated resampling also work?

I'll test this evening at home Smile I've a hifiberry digi.

In previous release, I had some problem on live TV in SD but no problem in HD. I'll do some feedback this evening when I'll be at home.
Reply
(2014-11-07, 18:28)popcornmix Wrote:
(2014-11-06, 23:18)miappa Wrote: • [ResamplePi] Add support for formats that need shifting

Anyone with a HifiBerry (or other I2S card)? Can you test if the card works? Does GPU accelerated resampling also work?

works a treat! cheers
Reply
(2014-11-08, 01:30)arambler Wrote: works a treat! cheers

*What* works a treat - Hifiberry Digi? DAC? DAC+? Or something else? With or without GPU accelerated sampling?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
(2014-11-08, 01:47)Milhouse Wrote:
(2014-11-08, 01:30)arambler Wrote: works a treat! cheers

*What* works a treat - Hifiberry Digi? DAC? DAC+? Or something else? With or without GPU accelerated sampling?

Hifiberry DAC. was hissing after the Oct 31st release
Reply
I've been having all sorts of weird problems with duplicate tv series and missing series so decided to remove the DB and start over. (Its a remote mysql DB)

I have dropped the DB and restarted Kodi. Gone back to the tv series/movies and resetup the content. When I do a scan for new content now its over in about 1 second with no series/movies being imported?

Here is the debug logs - though I dont see any errors?

Any ideas why its not importing the series? Its not a permissions problem as I can browse to the series.

Code:
08:41:44 41961.906250 T:2896626752  NOTICE: Thread BackgroundLoader start, auto delete: false
08:41:44 41961.945312 T:2896626752   DEBUG: Thread BackgroundLoader 2896626752 terminating
08:41:44 41961.976562 T:3037822976   DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
08:41:45 41962.839844 T:2888238144   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0",  "id": 1, "method": "VideoLibrary.GetMovies", "params": {"properties": ["title", "originaltitle", "playcount", "year", "genre", "studio", "country", "tagline", "plot", "runtime", "file", "plotoutline", "lastplayed", "trailer", "rating", "resume", "art", "streamdetails", "mpaa", "director"], "limits": {"end": 20}, "sort": {"order": "descending", "method": "lastplayed"}, "filter": {"field": "inprogress", "operator": "true", "value": ""}}}
08:41:45 41962.882812 T:2888238144   DEBUG: RunQuery took 2 ms for 0 items query: select * from movieview  WHERE (movieview.idFile  IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
08:41:45 41962.886719 T:2888238144   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "VideoLibrary.GetTVShows", "params": {"properties": ["title", "studio", "mpaa", "file", "art"], "sort": {"order": "descending", "method": "lastplayed"}, "filter": {"field": "inprogress", "operator": "true", "value": ""}, "limits": {"end": 20}}, "id": 1}
08:41:45 41962.906250 T:2905015360  NOTICE: service.libraryautoupdate-0.9.4 : update timers
08:41:45 41962.910156 T:2905015360  NOTICE: service.libraryautoupdate-0.9.4 : Creating timer for Video Library
08:41:45 41962.949219 T:3037822976   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
08:41:45 41962.964844 T:2888238144   DEBUG: RunQuery took 4 ms for 0 items query: SELECT * FROM tvshowview  WHERE ( ((tvshowview.watchedcount > 0 AND tvshowview.watchedcount < tvshowview.totalCount) OR (tvshowview.watchedcount = 0 AND EXISTS (SELECT 1 FROM episodeview WHERE episodeview.idShow = tvshowview.idShow AND episodeview.resumeTimeInSeconds > 0))))
08:41:45 41962.972656 T:2888238144   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0",  "id": 1, "method": "VideoLibrary.GetMovies", "params": {"properties": ["title", "originaltitle", "playcount", "year", "genre", "studio", "country", "tagline", "plot", "runtime", "file", "plotoutline", "lastplayed", "trailer", "rating", "resume", "art", "streamdetails", "mpaa", "director"], "limits": {"end": 20}, "sort": {"order": "descending", "method": "dateadded"}, "filter": {"field": "playcount", "operator": "is", "value": "0"}}}
08:41:45 41962.984375 T:3037822976   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-arm.so)
08:41:45 41962.988281 T:3037822976   DEBUG: Loading: /home/pi/.upgrade/kodi-14-20141106-nc4/xbmc-bcm/xbmc-bin/lib/kodi/system/ImageLib-arm.so
08:41:45 41963.046875 T:2888238144   DEBUG: RunQuery took 2 ms for 0 items query: select * from movieview  WHERE ((movieview.playCount IS NULL OR movieview.playCount = 0))
08:41:45 41963.058594 T:2888238144   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "id": 1, "method": "VideoLibrary.GetEpisodes", "params": { "properties": ["title", "playcount", "season", "episode", "showtitle", "plot", "file", "rating", "resume", "tvshowid", "art", "streamdetails", "firstaired", "runtime"], "limits": {"end": 20}, "sort": {"order": "descending", "method": "dateadded"}, "filter": {"field": "playcount", "operator": "lessthan", "value": "1"}}}
08:41:45 41963.105469 T:2888238144   DEBUG: RunQuery took 3 ms for 0 items query: select * from episodeview  WHERE ((episodeview.playCount IS NULL OR episodeview.playCount < 1))
08:41:45 41963.109375 T:2888238144   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0",  "id": 1, "method": "VideoLibrary.GetMusicVideos", "params": {"properties": ["title", "artist", "playcount", "year", "plot", "genre", "runtime", "fanart", "thumbnail", "file", "streamdetails", "resume"],  "limits": {"end": 20}, "sort": {"order": "descending", "method": "dateadded"}}}
08:41:45 41963.148438 T:2888238144   DEBUG: RunQuery took 3 ms for 0 items query: select * from musicvideoview
08:41:50 41967.492188 T:3037822976   DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------

Here is the full debug log.

Shut own Kodi, dropped DB, started Kodi, set content, started scan

http://pastebin.com/f5VVQh1A

Update: Some progress - gone back to build 20141019 and now its importing fine.
Reply
  • 1
  • 108
  • 109
  • 110(current)
  • 111
  • 112
  • 119

Logout Mark Read Team Forum Stats Members Help
RaspBMC Kodi/XBMC test builds15