[AppleTV2] Selected menu item swaps on launch
#1
This started in Eden beta 3.

Upon launch TV Shows is selected, then it jumps to movies when content scanning finishes.

Happens on every launch, does anyone else see this?

No mention in forum or bug tracker.
Reply
#2
sticky remote button?
Reply
#3
Sorry for delay, it isn't the remote.

I have two Apple TV's and both do the same, it's a new bug with beta 3 for me.

XBMC is set to scan for new content on launch, as always has been.

When the home screen comes up "TV Shows" is selected.

When the scanning for content box disappears it jumps to "Movies" selected.

Never did this before and does on both Apple TV's.

Does none else see this?
Reply
#4
I'm surprised noone else could see this.

Just updated both ATV2's to RC1 and it's fixed.

Never filed a bug report.
Reply
#5
This is happening again with RC2, just not every launch.

Now it always jumps to system selected when it happens.

I'll try checking the logs, but I can't believe no one else sees this?

Again I have two Apple TV 2's, both with latest iOS and XBMC installed.
Reply
#6
Believe it ... esle a ton other users would have already jumped on this thread...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#7
Honestly, if it did happen, I doubt I'd notice. Smile
Reply
#8
Right so if this isn't a common bug can someone suggest how I can troubleshoot this?

On pretty much every boot the navigation bar moves as if the remote was pressed sideways, usually moving to 'Settings' but sometimes 'movies'. It always starts on 'TV Shows', never used to do this. I have covered remote on launch to rule out this is faulty.

Setup
------
XBMC Eden RC2
ATV 4.4.4
iOS 5.0.1 (9A406a)
Wi-Fi 5GHz network
Seas0npass Jailbreak
Updatebegone installed


XBMC Skin shows Weather, Movies, TV Shows and System on the home screen.

Source for content SMB share, read only on Airport Extreme base station, scan for content on launch set.

I have two ATV2's setup as above and both do this.

Below is the section of the log that shows this happening, no remote buttons pressed, the 3 DoWork's are in bold:

(opendir / videoinfoscanner entries are left to 2 at a time to truncate the pasted log to fit the post)

Code:
[b]09:26:48 T:123305984   DEBUG: DoWork - took 988 ms to load special://skin/backgrounds/videos.jpg[/b]
09:26:48 T:94912512   DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
09:26:48 T:94912512   DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
09:26:48 T:105205760   DEBUG: Process - no profile autoexec.py (/var/mobile/Library/Preferences/XBMC/userdata/autoexec.py) found, skipping
09:26:48 T:105205760   DEBUG: waiting for python thread 1 to stop
09:26:48 T:94912512   DEBUG: GetRecentlyAddedAlbums query: select * from albumview order by idAlbum desc limit 10
09:26:48 T:123305984    INFO: WEATHER: Downloading weather
09:26:48 T:105205760   DEBUG: python thread 1 destructed
09:26:48 T:94912512   DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
09:26:48 T:123305984    INFO: initializing python engine.
09:26:48 T:123305984   DEBUG: new python thread created. id=3
09:26:48 T:108765184   DEBUG: Thread XBPyThread start, auto delete: 0
09:26:48 T:108765184   DEBUG: Python thread: start processing
09:26:48 T:105205760   DEBUG: NetworkMessage - Starting network services
09:26:48 T:94912512   DEBUG: RunQuery took 9 ms for 10 items query: select * from movieview  order by idMovie desc limit 10
09:26:48 T:105205760  NOTICE: ES: Starting event server
09:26:48 T:123838464   DEBUG: Thread CEventServer start, auto delete: 0
09:26:48 T:123838464  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
09:26:48 T:123838464  NOTICE: UDP: Listening on port 9777
09:26:48 T:105205760    INFO: JSONRPC Server: Successfully initialized
09:26:48 T:124370944   DEBUG: Thread JSONRPC::CTCPServer start, auto delete: 0
09:26:48 T:105205760  NOTICE: starting zeroconf publishing
09:26:48 T:124903424   DEBUG: Thread Jobworker start, auto delete: 1
09:26:48 T:124903424   DEBUG: CZeroconfOSX::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:XBMC (Living-Room-Apple-TV) port:9777
09:26:48 T:124903424   DEBUG: CZeroconfOSX::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:XBMC (Living-Room-Apple-TV) port:9090
09:26:48 T:105205760   DEBUG: CLastfmScrobbler: Clearing session.
09:26:48 T:105205760   DEBUG: CLibrefmScrobbler: Clearing session.
09:26:48 T:94912512   DEBUG: RunQuery took 18 ms for 10 items query: select * from episodeview order by idEpisode desc limit 10
09:26:48 T:122241024   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://192.168.0.2:445/Media HD/TV Shows/xxxxx/
09:26:49 T:122241024   DEBUG: OpenDir - Using authentication url smb://192%2e168%2e0%2e2/Media%20HD/TV%20Shows/xxxxx
09:26:49 T:122241024   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://192.168.0.2:445/Media HD/TV Shows/xxxxxx/
09:26:49 T:94912512   DEBUG: GetMusicVideosByWhere query = select * from musicvideoview order by idMVideo desc limit 10
09:26:49 T:122241024   DEBUG: OpenDir - Using authentication url smb://192%2e168%2e0%2e2/Media%20HD/TV%20Shows/xxxxxx
09:26:49 T:94912512   DEBUG: GetMusicVideosByWhere time for actual SQL query = 31
09:26:49 T:122241024   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://192.168.0.2:445/Media HD/TV Shows/xxxxxx/
09:26:49 T:94912512   DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
[b]09:26:49 T:124903424   DEBUG: DoWork - took 1017 ms to load special://skin/backgrounds/videos.jpg[/b]
09:26:49 T:122241024   DEBUG: OpenDir - Using authentication url smb://192%2e168%2e0%2e2/Media%20HD/TV%20Shows/xxxxxxx
09:26:49 T:122773504  NOTICE:  StorageServer Module loaded RUN
09:26:49 T:122773504  NOTICE: StorageClient-0.9.2 Starting server
09:26:49 T:122773504  NOTICE: StorageServer-0.9.2 Storage Server starting /var/mobile/Library/Preferences/XBMC/userdata/Database/commoncache.db
09:26:49 T:108765184  NOTICE: -->Python Interpreter Initialized<--
09:26:49 T:108765184   DEBUG: Process - The source file to load is /var/mobile/Library/Preferences/XBMC/addons/weather.worldweatheronline/default.py
09:26:49 T:108765184   DEBUG: Process - Setting the Python path to /var/mobile/Library/Preferences/XBMC/addons/weather.worldweatheronline:/var/mobile/Library/Preferences/XBMC/addons/script.module.simplejson/lib:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pil/lib:/var/mobile/Library/Preferences/XBMC/addons/script.common.plugin.cache/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.simple.downloader/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.parsedom/lib:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pysqlite/lib:/var/stash/Applications/XBMC.frappliance/Frameworks:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python26.zip:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-darwin:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac/lib-scriptpackages:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-tk:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-old:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-dynload:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/site-packages:
09:26:49 T:108765184   DEBUG: Process - Entering source directory /var/mobile/Library/Preferences/XBMC/addons/weather.worldweatheronline
09:26:49 T:108765184   DEBUG: Instantiating addon using automatically obtained id of "weather.worldweatheronline" dependent on version 2.0 of the xbmc.python api
09:26:49 T:122241024   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://192.168.0.2:445/Media HD/TV Shows/xxxxxx/
09:26:49 T:122241024   DEBUG: OpenDir - Using authentication url smb://192%2e168%2e0%2e2/Media%20HD/TV%20Shows/xxxxx
09:26:49 T:122241024   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://192.168.0.2:445/Media HD/TV Shows/xxxxx/
09:26:49 T:122241024   DEBUG: OpenDir - Using authentication url smb://192%2e168%2e0%2e2/Media%20HD/TV%20Shows/xxxxx
09:26:50 T:105205760   DEBUG: ------ Window Deinit (Pointer.xml) ------
09:26:50 T:122241024   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://192.168.0.2:445/Media HD/TV Shows/xxxxx/
09:26:50 T:122241024   DEBUG: OpenDir - Using authentication url smb://192%2e168%2e0%2e2/Media%20HD/TV%20Shows/xxxxx
09:26:50 T:122241024   DEBUG: OpenDir - Using authentication url smb://192%2e168%2e0%2e2/Media%20HD/TV%20Shows/xxxxxxx
09:26:50 T:108765184   DEBUG: ### [World Weather Online] - addon called by XBMC for location 'xxxxxx,United Kingdom'
09:26:50 T:108765184   DEBUG: ### [World Weather Online] - get forecast for 'xxxx,United Kingdom'
09:26:50 T:108765184   DEBUG: ### [World Weather Online] - fetch data from 'worldweatheronline.com'
09:26:51 T:122241024   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://192.168.0.2:445/Media HD/TV Shows/xxxx/
09:26:51 T:122241024   DEBUG: OpenDir - Using authentication url smb://192%2e168%2e0%2e2/Media%20HD/TV%20Shows/xxxxxx
09:26:51 T:122241024   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://192.168.0.2:445/Media HD/TV Shows/xxxxxx/
09:26:52 T:108765184   DEBUG: ### [World Weather Online] - refresh_locations
09:26:52 T:108765184    INFO: Scriptresult: Success
09:26:52 T:108765184    INFO: Python script stopped
09:26:52 T:108765184   DEBUG: Thread XBPyThread 108765184 terminating
09:26:52 T:105205760   DEBUG: waiting for python thread 3 to stop
09:26:52 T:105205760   DEBUG: python thread 3 destructed
09:26:52 T:122241024   DEBUG: OpenDir - Using authentication url smb://192%2e168%2e0%2e2/Media%20HD/TV%20Shows/xxxx
09:26:52 T:122241024   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://192.168.0.2:445/Media HD/TV Shows/xxxxxx/
09:26:52 T:123305984   DEBUG: GetZipList - Processing zip://special%3a%2f%2fxbmc%2fmedia%2fweather%2ezip/
[b]09:26:53 T:124903424   DEBUG: DoWork - took 546 ms to load special://skin/backgrounds/settings.jpg[/b]
Reply

Logout Mark Read Team Forum Stats Members Help
[AppleTV2] Selected menu item swaps on launch0