--- Log opened Fri Sep 25 00:00:21 2015 01:53 -!- jawood [78929da1@gateway/web/freenode/ip.120.146.157.161] has joined #navit 02:12 -!- jawood [78929da1@gateway/web/freenode/ip.120.146.157.161] has quit [Ping timeout: 246 seconds] 02:25 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has joined #navit 02:59 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has quit [Quit: Page closed] 03:05 -!- robertp [bc5c2133@gateway/web/freenode/ip.188.92.33.51] has joined #navit 03:22 -!- jjelen [jjelen@nat/redhat/x-mbsejsfojjihvnpt] has joined #navit 04:39 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #navit 04:55 #navit: < robertp> Hi KaZeR: Question related to the audio framework: 04:58 #navit: < robertp> How is a chosen playlist processed? In https://github.com/pohlinkzei/navit/blob/audio_framework/navit/gui/internal/gui_internal_media.c#L33 is a variable changed. But i cant access it to change to the specified playlist. 04:58 #navit: < robertp> Is there a reason for or should i implement that? That means you'll need to catch it, too. 06:02 #navit: < robertp> Ok, KaZeR, found a the solution. 06:13 -!- lzm [~lzm@69.164.212.33] has left #navit [] 06:37 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has joined #navit 07:31 -!- robertp [bc5c2133@gateway/web/freenode/ip.188.92.33.51] has quit [Quit: afk] 09:03 -!- jjelen [jjelen@nat/redhat/x-mbsejsfojjihvnpt] has quit [Ping timeout: 264 seconds] 09:49 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Ex-Chat] 09:56 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #navit 11:16 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has joined #navit 11:16 #navit: < robertp> hi all 11:27 -!- xenos1984 [~xenos1984@127-166-191-90.dyn.estpak.ee] has joined #navit 11:55 #navit: < robertp> I have a question to the navigation... is the demo vehicle slower than the gpsd vehicle? Calculating a route (350km) takes some minutes (5-10) and i think it's way too long 11:56 #navit: < robertp> its on the raspberrypi2 12:01 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has quit [Ping timeout: 246 seconds] 13:00 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Ex-Chat] 13:02 -!- pini [~pini@bou-fi.pustule.org] has joined #navit 13:17 -!- jandegr [57417e0c@gateway/web/freenode/ip.87.65.126.12] has joined #navit 13:36 #navit: < jandegr> hi robertp , I can have a route of 800km on Android in under 16 seconds 13:41 #navit: < robertp> on rpi2? 13:43 #navit: < jandegr> on a simple anrdoid tablet, should be less powerfull than a rpi2 13:44 #navit: < jandegr> but several minutes for 350km is really unacceptable 13:44 #navit: < robertp> the thing is, it only runs on one core 13:46 #navit: < jandegr> for starters, zoom in maximally onto your position before calculating a new route 13:47 #navit: < jandegr> and for the rest I only have 2 changes that have the potential to speed tings up, one in navigation.c and one in route.c 13:48 #navit: < jandegr> AFAIK you should do at least as well on rpi2 as I can on a simple 7 inch android tablet 13:59 #navit: < robertp> i resized to 320x234px now the demo car moves more smooth 14:03 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has quit [Ping timeout: 246 seconds] 14:09 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has joined #navit 14:41 #navit: < KaZeR> hi thre 14:41 #navit: < KaZeR> robertp: the playlist management can maybe have some bugs left indeed :) 14:53 #navit: < robertp> Haha. I found... erm... one. :D 14:53 #navit: < KaZeR> haha 14:54 #navit: < robertp> Test on rpi2 passed. Now adding functions. 14:55 #navit: < robertp> How would you add an OSD to the player? I'm currently not that sure how i want it. 15:02 #navit: < KaZeR> https://github.com/navit-gps/navit/blob/trunk/navit/plugin/j1850/j1850.c#L275-L290 used to be an easy example, but osd_std_draw might have been changed lately 15:05 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has quit [Ping timeout: 246 seconds] 15:08 -!- tryagain [~quassel@178.216.76.88] has joined #navit 15:12 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has joined #navit 15:13 #navit: < robertp> does the spotify-api have the ability to switch playlists in both directions? 15:20 #navit: < KaZeR> what do you call both directions? 15:24 #navit: < robertp> when i have a list, which starts with artist a like acdc and want to get to b like blur i have to step through the list upwards. 15:25 #navit: < robertp> after that i want to listen to acdc and will have to scroll backwards. 15:25 #navit: < robertp> this are my directions 15:25 #navit: < robertp> in my mind are a lot of playlists of one artist 15:26 #navit: < robertp> so i need to iterate over the list up and down 15:28 #navit: < KaZeR> perfect example. i'm actually wearing an AC/DC tshirt today :D 15:28 #navit: < KaZeR> and i'm listening to ballbreaker :) 15:29 #navit: < robertp> that does not answer my question 15:29 #navit: < KaZeR> it does not. i was re-reading it. 15:29 #navit: < KaZeR> i'm not sure i understand your problem. is it a question about how it works, or did you actually see a problem? 15:31 #navit: < robertp> Neither. I have a doubly linked list with playlist and I am able to go through this list in both directions. 15:32 #navit: < robertp> if Spotify diesn't provide such a fuction i cant use it from the generic gui 15:32 #navit: < robertp> doesn't 15:33 #navit: < KaZeR> mmm. currently i used a single linked list for spotify, because i just display all playlists from the playlist menu. i haven't implemented a button or a view to jump to the previous/next playlist, but that's a good idea 15:33 #navit: < KaZeR> to change playlist, i just use the display rootlist, then pick one from there 15:33 #navit: < KaZeR> makes sense? 15:34 #navit: < KaZeR> being able to jump to the next playlist is a good idea tho 15:36 #navit: < robertp> I want to jump through artists as well... My actual QT-Player can. 15:39 #navit: < KaZeR> there's no artist awareness currently, but we should add that indeed 15:40 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has quit [Ping timeout: 246 seconds] 15:43 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has joined #navit 15:45 #navit: < robertp> I dont have real artist awareness. i compare the first part of the "Artist - Album" String and take the first that differs. 15:45 #navit: < robertp> works well. 15:45 #navit: < KaZeR> ah ok. no id3 tags? 15:49 -!- tryagain [~quassel@178.216.76.88] has quit [Remote host closed the connection] 16:02 #navit: < robertp> that would work too, but sometimes the tags are really messed up. i am way too lazy to change them all. 16:03 #navit: < robertp> for some artists i have the tags kapitalized, some not and others only the first letter, as usual 16:04 -!- jandegr [57417e0c@gateway/web/freenode/ip.87.65.126.12] has quit [Quit: Page closed] 16:13 #navit: < KaZeR> indeed 16:13 #navit: < KaZeR> i used to use a software that was really good at fixing this. musicbrainz, iirc 16:14 #navit: < robertp> ok, ill try it 16:23 #navit: < KaZeR> it can fix tags using a hash from your files, and it can also rename and reorganize the files. really handy, imo 16:29 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has quit [Ping timeout: 246 seconds] 16:36 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has joined #navit 17:14 -!- robertp [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has quit [Quit: gn] 20:47 -!- xenos1984 [~xenos1984@127-166-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 21:00 #navit: < Navit> The following compiles failed: http://download.navit-project.org/logs/navit/android_armv5te/svn/navit-svn-6282.failed http://download.navit-project.org/logs/navit/src/svn/navit-svn-6282.failed http://download.navit-project.org/logs/navit/openmoko/svn/navit-svn-6282.failed http://download.navit-project.org/logs/navit/win32/svn/navit-svn-6282.failed http://download.navit-project.org/logs/navit/n800/svn/navit-svn-6282.failed http://download.navit-project 21:00 #navit: < Navit> it-svn-6282.failed http://download.navit-project.org/logs/navit/android_x86/svn/navit-svn-6282.failed http://download.navit-project.org/logs/navit/tomtom/svn/navit-svn-6282.failed 21:00 #navit: < Navit> See compile results history at http://download.navit-project.org/logs/navit/stats.html --- Log closed Sat Sep 26 00:00:23 2015