--- Log opened Sat Aug 08 00:00:10 2015 00:05 -!- xenos1984 [~xenos1984@127-166-191-90.dyn.estpak.ee] has joined #navit 01:37 -!- jandegr [5741609e@gateway/web/freenode/ip.87.65.96.158] has joined #navit 01:37 -!- robertp [584aaf83@gateway/web/freenode/ip.88.74.175.131] has joined #navit 01:51 -!- magruder [redurgam@gateway/shell/panicbnc/x-aidziqhthxghrwxu] has quit [Ping timeout: 240 seconds] 02:00 -!- _rd [~rd@p4FD1FD1A.dip0.t-ipconnect.de] has joined #navit 02:01 -!- redurgam [redurgam@gateway/shell/panicbnc/x-quftqgiimbyajabo] has joined #navit 02:20 #navit: < robertp> KaZeR: the code looks good, but without login i can't test it. So where should i put my spotify login? 02:22 #navit: <@KaZeR> so, it should go in the xml file but i have something to fix to read it from the attributes. as a workaround, in spotify.c : 02:22 #navit: <@KaZeR> right before the char **hints, add spotify->login=""; and the same for password and playlist 02:23 #navit: <@KaZeR> the playlist is the default playlist that will be displayed and started when you press play. i'll probably change that later to use the last playlist you used.. unsure yet 02:23 #navit: <@KaZeR> i'm looking into putting the softmixer logic in the code instead of an asoundrc now ( this is used to lower the the music volume when navit speaks ) 02:24 #navit: < robertp> i got a question to git, too 02:24 #navit: < robertp> i cloned your trunk 02:24 #navit: < robertp> can i push this to my trunk or must i push it to your trunk? 02:27 #navit: <@KaZeR> you can push to your trunk, and submit a pull request whenever you want 02:28 #navit: <@KaZeR> i have 3 hints : 02:28 #navit: <@KaZeR> - smaller changes are easier to merge 02:28 #navit: <@KaZeR> - keep your trunk up to date ( git pull origin ) 02:28 #navit: <@KaZeR> - use branches : one branch per feature is a great habit 02:29 #navit: <@KaZeR> let me know if i can help :) 02:30 #navit: < robertp> ok. ill make it so. thank you 02:30 #navit: <@KaZeR> np 02:31 #navit: <@KaZeR> your plan is to use mpc + spotify ? 02:32 #navit: < robertp> yes, of course. i want to be able to switch the player. even if i propably wont use spotify much... ;) 02:34 #navit: <@KaZeR> well my code handles offline playlists. convenient :) i'm planning to add usb radio support too. i have a poc for an audio framework where you can switch inputs 02:34 #navit: <@KaZeR> so much code to write, i need your help :) 02:35 #navit: <@KaZeR> btw, how good are you with linkers and stuffs like that ? 02:35 #navit: < robertp> i never did such things 02:36 #navit: < robertp> most code i wrote runs on risc microprocessors without os 02:37 #navit: <@KaZeR> ok. https://github.com/pgrandin/navit/blob/trunk/CMakeLists.txt#L451 02:37 #navit: <@KaZeR> my issue is that if i don't add the -u i'm getting an undefined reference... 02:40 -!- circleci-bot [~circleci-@ec2-54-242-158-94.compute-1.amazonaws.com] has joined #navit 02:40 #navit: < circleci-bot> Success: jandegr's build (#439; push) in navit-gps/navit (simplify-onDraw()) -- https://circleci.com/gh/navit-gps/navit/439 02:40 -!- circleci-bot [~circleci-@ec2-54-242-158-94.compute-1.amazonaws.com] has quit [Client Quit] 02:40 -!- circleci-bot [~circleci-@ec2-54-211-113-91.compute-1.amazonaws.com] has joined #navit 02:40 #navit: < circleci-bot> Success: jandegr's build (#440; push) in navit-gps/navit (#1304) -- https://circleci.com/gh/navit-gps/navit/440 02:40 -!- circleci-bot [~circleci-@ec2-54-211-113-91.compute-1.amazonaws.com] has quit [Client Quit] 02:41 #navit: <@KaZeR> jandegr is already up for work! :) 02:41 #navit: < jandegr> longer than you think ! 02:45 #navit: <@KaZeR> haha :) 02:45 #navit: <@KaZeR> btw : i got the nexus 5 today 02:46 #navit: < jandegr> did you subscribe to the beta channel ? 02:52 #navit: <@KaZeR> yep. i can confirm that it's not needed to register to the group anymore. you just need to subscribe to the beta 02:54 #navit: < jandegr> nice 02:58 #navit: < jandegr> kazer any news on the SF commits wiping out github commits ? 02:59 #navit: <@KaZeR> jandegr: did not try another merge. if at all possible, this is when we split, i'll avoid importing svn commits as we used to do. i still need confirmation from sleske and tryagain that they are aware of it ( it you happen to see them around.. ) 03:01 -!- circleci-bot [~circleci-@ec2-54-163-164-237.compute-1.amazonaws.com] has joined #navit 03:01 #navit: < circleci-bot> Success: jandegr's build (#442; push) in navit-gps/navit (trunk) -- https://circleci.com/gh/navit-gps/navit/442 03:01 -!- circleci-bot [~circleci-@ec2-54-163-164-237.compute-1.amazonaws.com] has quit [Client Quit] 03:02 -!- circleci-bot [~circleci-@ec2-54-198-69-55.compute-1.amazonaws.com] has joined #navit 03:02 #navit: < circleci-bot> Failed: jandegr's build (#441; push) in navit-gps/navit (trunk) -- https://circleci.com/gh/navit-gps/navit/441 03:02 -!- circleci-bot [~circleci-@ec2-54-198-69-55.compute-1.amazonaws.com] has quit [Client Quit] 03:03 #navit: < robertp> KaZeR: did you have problems merging greg42's rotary feature and UI things? 03:04 #navit: <@KaZeR> robertp: no, they are in the trunk already 03:04 #navit: <@KaZeR> oh 03:04 #navit: <@KaZeR> no 03:04 #navit: <@KaZeR> ok i'll look into it 03:05 #navit: <@KaZeR> ah yeah something was wrong with the code the does the highlighting in my tests, it needed further work 03:05 #navit: <@KaZeR> i should have commented, damn it 03:07 #navit: <@KaZeR> i merged one that is fine, i'll test one on my pi tomorrow where i witnessed the gps lag too, and i'll dig into the highlighting one, thanks for reminding me 03:07 #navit: <@KaZeR> for the highlighting one, the issue was that disabling completely the buttons that are not highlighted has some drawbacks with accents : trying searching for Mûnchen for example 03:10 -!- gernot_ [54b56ad4@gateway/web/freenode/ip.84.181.106.212] has joined #navit 03:10 #navit: < gernot_> hi 03:10 #navit: <@KaZeR> hi gernot_ 03:10 #navit: < gernot_> 100 km without fail 03:11 #navit: <@KaZeR> nice! 03:12 #navit: < gernot_> there is only the general "count roundabout" problem. Its not a TomTom thig 03:14 #navit: <@KaZeR> jandegr is cooking an awesome fix for that :) 03:14 #navit: < gernot_> I tried alo something, But it crashed or did not work 03:15 -!- circleci-bot [~circleci-@ec2-54-166-78-4.compute-1.amazonaws.com] has joined #navit 03:15 #navit: < circleci-bot> Success: pgrandin's build (#443; push) in navit-gps/navit (master) -- https://circleci.com/gh/navit-gps/navit/443 03:15 -!- circleci-bot [~circleci-@ec2-54-166-78-4.compute-1.amazonaws.com] has quit [Client Quit] 03:15 -!- robertp [584aaf83@gateway/web/freenode/ip.88.74.175.131] has quit [Quit: Page closed] 03:15 #navit: <@KaZeR> gernot_: don't give up :) 03:17 #navit: < gernot_> The route_depth and map loadig functions are verry hard stuff.... ;-) 03:17 #navit: <@KaZeR> it is indeed 03:17 #navit: <@KaZeR> gernot_: are you good with linkers ? 03:17 #navit: < gernot_> i hope jandegr fix it 03:18 #navit: < gernot_> medium... 03:18 #navit: < jandegr> kazer can you insert some of those cases gernot_ can provide in the routing_QA ? so I can verify 03:19 #navit: <@KaZeR> sure. actually i can even just show how to do it so that i'm not a bottleneck :) 03:19 #navit: < jandegr> i mean roundabout problems :) 03:19 #navit: <@KaZeR> yep 03:20 #navit: <@KaZeR> gernot_: do you have one of those roundabout coordinates ? 03:20 #navit: < gernot_> yes, 03:21 #navit: < jandegr> I have my own routing_qa, so I will merge them from your's kazer, IMHO I am not a memeber of your routing_QA 03:21 #navit: < gernot_> momnet 03:21 #navit: <@KaZeR> jandegr: ah that's bad. i can add you, then you won't need that useless merge. 03:22 #navit: < jandegr> but I run the my QA with other maps and soon with other code, so I need another one anyway :) 03:22 #navit: < gernot_> http://www.openstreetmap.de/karte.html?zoom=18&lat=48.15513&lon=11.98625&layers=B000TT 03:23 -!- circleci-bot [~circleci-@ec2-54-226-146-51.compute-1.amazonaws.com] has joined #navit 03:23 #navit: < circleci-bot> Failed: jandegr's build (#445; retry by jandegr) in navit-gps/navit (trunk) -- https://circleci.com/gh/navit-gps/navit/445 03:23 -!- circleci-bot [~circleci-@ec2-54-226-146-51.compute-1.amazonaws.com] has quit [Client Quit] 03:23 #navit: < gernot_> Start is ampfing or mühldorf, target is munich 03:23 #navit: <@KaZeR> jandegr: access granted. 03:23 -!- circleci-bot [~circleci-@ec2-54-204-142-175.compute-1.amazonaws.com] has joined #navit 03:23 #navit: < circleci-bot> Success: pgrandin's build (#444; push) in navit-gps/navit (trunk) -- https://circleci.com/gh/navit-gps/navit/444 03:23 -!- circleci-bot [~circleci-@ec2-54-204-142-175.compute-1.amazonaws.com] has quit [Client Quit] 03:23 #navit: < jandegr> kazer do you know why 444 fails ? 03:24 #navit: < jandegr> oops 445 03:25 #navit: < gernot_> the problem happens only if start and destination is out of "route_depth" 03:25 #navit: <@KaZeR> jandegr: this can be because of two concurrent builds. i'd just restart it 03:26 #navit: <@KaZeR> yep, i'd say 444 triggered 446 after 445 was started 03:26 #navit: <@KaZeR> gernot_: what exact issue are you seeing in this roundabout ? 03:27 #navit: < gernot_> jandegr: here is a other sample http://forum.navit-project.org/viewtopic.php?f=9&t=569 03:28 #navit: < gernot_> the low priority streets ar not counted for the exit number. 03:28 #navit: <@KaZeR> ok, so the count if off by one ? 03:28 #navit: < gernot_> Right is "exit 3" but navit speak use exit 1. 03:29 #navit: <@KaZeR> ok 03:29 #navit: < jandegr> kazer thanks for letting me into waterworld 03:29 #navit: <@KaZeR> haha np jandegr 03:29 #navit: <@KaZeR> gernot_: here is an example of a routing QA test : https://github.com/navit-gps/routing-qa/blob/master/004_turn_restriction.yaml 03:30 #navit: <@KaZeR> the format should be quite easy to understand. i will add a condition to check for a specific rounting item ( ex : command should be "Take the 3rd exit" ) 03:31 #navit: < gernot_> The routing is correct 03:31 #navit: < gernot_> The problem is only the speaking 03:31 #navit: <@KaZeR> yep, that's what i meant with "the command should be " :) 03:32 #navit: <@KaZeR> yeah, navigation would be a better word. i'll need some sleep :) 03:41 -!- circleci-bot [~circleci-@ec2-54-204-142-175.compute-1.amazonaws.com] has joined #navit 03:41 #navit: < circleci-bot> Success: pgrandin's build (#446; push) in navit-gps/navit (master) -- https://circleci.com/gh/navit-gps/navit/446 03:41 -!- circleci-bot [~circleci-@ec2-54-204-142-175.compute-1.amazonaws.com] has quit [Client Quit] 03:51 #navit: < gernot_> Iback in one houre... 04:00 -!- circleci-bot [~circleci-@ec2-54-242-158-94.compute-1.amazonaws.com] has joined #navit 04:00 #navit: < circleci-bot> Failed: jandegr's build (#447; retry by jandegr) in navit-gps/navit (trunk) -- https://circleci.com/gh/navit-gps/navit/447 04:00 -!- circleci-bot [~circleci-@ec2-54-242-158-94.compute-1.amazonaws.com] has quit [Client Quit] 04:07 -!- jandegr [5741609e@gateway/web/freenode/ip.87.65.96.158] has quit [Quit: Page closed] 04:09 #navit: < gernot_> I try to writ a clear sample 04:15 #navit: <@KaZeR> thanks 04:20 -!- gernot_ [54b56ad4@gateway/web/freenode/ip.84.181.106.212] has quit [Ping timeout: 246 seconds] 04:28 -!- gernot_ [54b56ad4@gateway/web/freenode/ip.84.181.106.212] has joined #navit 04:29 #navit: < gernot_> I have to compile navit manual 04:30 #navit: < gernot_> Debian has a broken demo viehicle and is verry old. then i make the QA 04:33 -!- _rd [~rd@p4FD1FD1A.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 04:37 #navit: <@KaZeR> which debian version are you running ? 04:45 #navit: < gernot_> 7 04:46 #navit: < gernot_> wheezy 04:46 #navit: < gernot_> make run ... 04:47 #navit: < gernot_> back in one houre... 04:49 #navit: <@KaZeR> i have a buddy who work on debian packaging, i sent him a bump request 04:53 #navit: <@KaZeR> afk a few 05:45 -!- _rd [~rd@p4FD1FD1A.dip0.t-ipconnect.de] has joined #navit 06:38 #navit: < gernot_> KaZeR: now i have a sample roundabout 06:40 #navit: < gernot_> But how to get lat and lng in this Format. I have the navit bookmarks, G,M,S format or OSM parmalinks. 06:42 #navit: < gernot_> mg:0x151859 0x5dbaf9 type=bookmark label="Fail" path="Fail" 06:42 #navit: < gernot_> mg:0x13bedd 0x5d6f05 type=bookmark label="Target" path="Target" 06:42 #navit: < gernot_> mg:0x151f1b 0x5de750 type=bookmark label="start1" path="start1" 06:43 #navit: < gernot_> correct is : leaf the roundabout at the second exit 06:43 #navit: < gernot_> But navit speak leaf the roundabout at the first exit 06:44 #navit: < gernot_> If start is near to the roundabout the message is correct. 06:45 #navit: < gernot_> in my tests it fails if the start location is nine or more kilometers from the roundabout. 06:46 #navit: < gernot_> Can you try it? I use the actual svn version. 06:49 -!- tryagain [~quassel@178.216.76.145] has joined #navit 06:55 #navit: < gernot_> come back later... 06:56 -!- gernot_ [54b56ad4@gateway/web/freenode/ip.84.181.106.212] has quit [] 07:01 -!- _rd [~rd@p4FD1FD1A.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 07:14 -!- _rd [~rd@p4FD1FD1A.dip0.t-ipconnect.de] has joined #navit 09:38 -!- rd_ [~rd@p4FD1F6BF.dip0.t-ipconnect.de] has joined #navit 09:38 -!- _rd [~rd@p4FD1FD1A.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 09:57 -!- garfield [54b56ad4@gateway/web/freenode/ip.84.181.106.212] has joined #navit 09:57 #navit: < garfield> hi 10:09 -!- chille [~chille@188.126.88.107] has quit [Ping timeout: 245 seconds] 10:09 -!- redurgam [redurgam@gateway/shell/panicbnc/x-quftqgiimbyajabo] has quit [Ping timeout: 245 seconds] 10:11 -!- redurgam [redurgam@gateway/shell/panicbnc/x-rbdcyhtnmnvlmbyt] has joined #navit 10:18 -!- redurgam [redurgam@gateway/shell/panicbnc/x-rbdcyhtnmnvlmbyt] has quit [Ping timeout: 245 seconds] 10:18 -!- redurgam [redurgam@gateway/shell/panicbnc/session] has joined #navit 10:18 -!- redurgam [redurgam@gateway/shell/panicbnc/session] has quit [Changing host] 10:18 -!- redurgam [redurgam@gateway/shell/panicbnc/x-ahpbbfpaccncpfuw] has joined #navit 10:19 -!- chille [~chille@188.126.88.107] has joined #navit 10:26 -!- _rd_ [~rd@p4FD1EE32.dip0.t-ipconnect.de] has joined #navit 10:27 -!- rd_ [~rd@p4FD1F6BF.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 12:25 -!- redurgam [redurgam@gateway/shell/panicbnc/x-ahpbbfpaccncpfuw] has quit [Ping timeout: 245 seconds] 12:27 -!- chille [~chille@188.126.88.107] has quit [Ping timeout: 245 seconds] 12:27 -!- chille [~chille@188.126.88.107] has joined #navit 12:28 -!- redurgam [redurgam@gateway/shell/panicbnc/x-idahblmdhpniddkz] has joined #navit 13:09 #navit: <@KaZeR> hi garfield 13:10 #navit: < garfield> hi 13:10 #navit: < garfield> o, im gernot 13:10 #navit: <@KaZeR> ha :) 13:10 #navit: < garfield> e.g gernot_ 13:10 #navit: <@KaZeR> i was like "woot a new user in the chan" :) 13:10 #navit: <@KaZeR> so, did you figure out your coordinate issue ? 13:11 #navit: < garfield> yes, but i dont know the details of the problem 13:12 #navit: < garfield> I found a roundabout that fails if from is 9km and target is 80 km away 13:13 #navit: < garfield> can you second this? (add the line to bockmark and run demo drive= ? 13:13 #navit: <@KaZeR> we can add it directly as a routing-qa test and see if we can reproduce :) 13:14 #navit: < garfield> i can get the coordinates from osm 13:14 #navit: < garfield> but dont know about the other lines 13:16 -!- garfield [54b56ad4@gateway/web/freenode/ip.84.181.106.212] has quit [] 13:16 -!- gernot_ [54b56ad4@gateway/web/freenode/ip.84.181.106.212] has joined #navit 13:16 #navit: < gernot_> now renamed 13:17 #navit: <@KaZeR> lines ? 13:17 #navit: <@KaZeR> ha for the test itself ? you can reuse the lines form the example i shared. we need to add some logic in the script that does the tests to read the outputs of the navigation commands but it should be easy 13:18 #navit: < gernot_> im working... 13:22 -!- latouche [~Latouche@reverse-169.fdn.fr] has quit [Quit: leaving] 13:23 -!- latouche [~Latouche@reverse-169.fdn.fr] has joined #navit 13:26 #navit: < gernot_> http://pastebin.com/u84HBDsG is this ok? 13:28 #navit: <@KaZeR> the indentation matters but i'll fix that. let me add that to the repo 13:31 -!- jandegr [5741609e@gateway/web/freenode/ip.87.65.96.158] has joined #navit 13:31 #navit: <@KaZeR> btw : i've released 0.5.0-rc1 and my buddy is looking into submitting an update for wheezy / jessie 13:32 #navit: <@KaZeR> the test for this result will be there in ~20 minutes : https://circleci.com/gh/navit-gps/routing-qa/83 13:33 #navit: < jandegr> no it won't 13:37 #navit: <@KaZeR> ha ? 13:39 #navit: < jandegr> moring kazer 13:39 #navit: <@KaZeR> hey jandegr 13:39 #navit: <@KaZeR> rc1 is out! 13:39 #navit: < jandegr> congrats ! 13:40 #navit: <@KaZeR> well that's hugely because of you :) 13:46 #navit: < jandegr> for the roundabout QA you need smth like this http://trac.navit-project.org/ticket/1302 13:46 #navit: < jandegr> otherwise it will tell you nohing at all 13:46 -!- circleci-bot [~circleci-@ec2-54-234-25-126.compute-1.amazonaws.com] has joined #navit 13:46 #navit: < circleci-bot> Failed: pgrandin's build (#83; push) in navit-gps/routing-qa (master) -- https://circleci.com/gh/navit-gps/routing-qa/83 13:46 -!- circleci-bot [~circleci-@ec2-54-234-25-126.compute-1.amazonaws.com] has quit [Client Quit] 13:47 #navit: <@KaZeR> you did not push #1302 back after the merge issue ? 13:48 #navit: < jandegr> no 13:48 #navit: < gernot_> qa faild with "dbus error" 13:59 #navit: <@KaZeR> yeah that's weird. looks like navit crashed :) 14:04 #navit: <@KaZeR> oh, i just had an idea to fix our subversion commit id requirement jandegr 14:13 #navit: < jandegr> let SF hold legacy Navit :) 14:13 #navit: < jandegr> and besides, there is an error in your workflow when it comes to SF as well 14:14 #navit: < jandegr> nothing goes into master unless it passed CI, or take a shortcut throug SF to avoid CI ;( :( :( 14:16 #navit: <@KaZeR> the only source for master should be a successful CI from trunk.. SF is on the side 14:16 #navit: <@KaZeR> and we still need some kind of revision ID for the playstore versionning, we can't use git uuids 14:17 #navit: <@KaZeR> i'm starting to look at navit on the nexus 5 and found a small bug : in Action, the coordinates shown under the map and car icons are truncated ( 37 ) 14:17 #navit: <@KaZeR> do you see that as well ? 14:17 #navit: < jandegr> in gui internal ? 14:17 #navit: <@KaZeR> the degree symbol and the coordinates after it are not displayed 14:17 #navit: <@KaZeR> yes, internal 14:18 #navit: < jandegr> ok, don't care for anything related to gui internal on Android 14:18 #navit: < jandegr> try : go to route desricption with gui internal, change device orientation and.......... 14:24 #navit: <@KaZeR> it does not crash but it exits the menu. which is slightly annoying 14:25 #navit: <@KaZeR> why don't you care about gui internal? that's our only option no? 14:28 #navit: <@KaZeR> jandegr: any objection against promoting r6136 to prod / 14:28 #navit: <@KaZeR> ? 14:32 #navit: < jandegr> <@KaZeR> it does not crash but it exits the menu. which is slightly annoying >>> that is a violation of an Android rule (violation #1) !!!!!! 14:32 #navit: <@KaZeR> what rule ? 14:33 #navit: <@KaZeR> don't be annoying? :) 14:33 #navit: < jandegr> there are more folks that say I am too hard, but I say....... you know what :) 14:34 #navit: < jandegr> second violation : in route description it simply break off lines at the end of the screen (#2 , take note) :) 14:35 #navit: < jandegr> btw : fix for roundabout exit countng is being tested right now :) 14:35 #navit: < gernot_> wow 14:35 #navit: < jandegr> and to answer your question anyway : coords are not truncated on mine 14:47 -!- Irssi: No PONG reply from server irc.freenode.net in 301 seconds, disconnecting 14:47 -!- Irssi: Connection lost to irc.freenode.net 14:47 -!- Irssi: Removed reconnection to server irc.freenode.net port 6667 14:47 -!- Irssi: Looking up irc.freenode.net 14:47 -!- Irssi: Unable to connect server irc.freenode.net port 6667 [Temporary failure in name resolution] 14:52 -!- Irssi: Removed reconnection to server irc.freenode.net port 6667 14:52 -!- Irssi: Looking up irc.freenode.net 14:52 -!- Irssi: Reconnecting to irc.freenode.net [31.13.222.109] port 6667 - use /RMRECONNS to abort 14:53 -!- Irssi: Unable to connect server irc.freenode.net port 6667 [Connection timed out] 14:58 -!- Irssi: Removed reconnection to server irc.freenode.net port 6667 14:58 -!- Irssi: Looking up irc.freenode.net 14:58 -!- Irssi: Reconnecting to irc.freenode.net [185.30.166.38] port 6667 - use /RMRECONNS to abort 14:58 -!- Irssi: Connection to irc.freenode.net established 14:58 !orwell.freenode.net *** Looking up your hostname... 14:58 !orwell.freenode.net *** Checking Ident 14:58 !orwell.freenode.net *** Found your hostname 14:59 !orwell.freenode.net *** No Ident response 14:59 -!- Welcome to the freenode Internet Relay Chat Network NavitLogger 14:59 -!- Your host is orwell.freenode.net[185.30.166.38/6667], running version ircd-seven-1.1.3 14:59 -!- This server was created Wed Jun 10 2015 at 11:48:48 UTC 14:59 -!- orwell.freenode.net ircd-seven-1.1.3 DOQRSZaghilopswz CFILMPQSbcefgijklmnopqrstvz bkloveqjfI 14:59 -!- CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode KNOCK STATUSMSG=@+ CALLERID=g are supported by this server 14:59 -!- CASEMAPPING=rfc1459 CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 ETRACE CPRIVMSG CNOTICE DEAF=D MONITOR=100 FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: are supported by this server 14:59 -!- EXTBAN=$,ajrxz WHOX CLIENTVER=3.0 SAFELIST ELIST=CTU are supported by this server 14:59 -!- There are 148 users and 83585 invisible on 26 servers 14:59 -!- 22 IRC Operators online 14:59 -!- 8 unknown connection(s) 14:59 -!- 60593 channels formed 14:59 -!- I have 4195 clients and 1 servers 14:59 -!- 4195 4555 Current local users 4195, max 4555 14:59 -!- 83733 96692 Current global users 83733, max 96692 14:59 -!- Highest connection count: 4556 (4555 clients) (247564 connections received) 14:59 -!- - orwell.freenode.net Message of the Day - 14:59 -!- - Welcome to orwell.freenode.net in Amsterdam, NL. 14:59 -!- - Thanks to http://www.hyperfilter.com/ for sponsoring 14:59 -!- - this server! 14:59 -!- - 14:59 -!- - ORWELL, GEORGE [1903 - 1950] Born in India, his mother 14:59 -!- - moved him to England when he was one year old, and it 14:59 -!- - was in England where he was educated and spent most of 14:59 -!- - his life. Orwell is perhaps best known for his novels 14:59 -!- - Nineteen Eighty-Four and Animal Farm. 14:59 -!- - 14:59 -!- - 14:59 -!- - Welcome to freenode - supporting the free and open source 14:59 -!- - software communities since 1998. 14:59 -!- - 14:59 -!- - By connecting to freenode you indicate that you have read and 14:59 -!- - accept our policies as set out on http://www.freenode.net 14:59 -!- - freenode runs an open proxy scanner. Please join #freenode for 14:59 -!- - any network-related questions or queries, where a number of 14:59 -!- - volunteer staff and helpful users will be happy to assist you. 14:59 -!- - 14:59 -!- - You can meet us at FOSSCON (http://www.fosscon.org) where we get 14:59 -!- - together with like-minded FOSS enthusiasts for talks and 14:59 -!- - real-life collaboration. 14:59 -!- - 14:59 -!- - We would like to thank Private Internet Access 14:59 -!- - (https://www.privateinternetaccess.com/) and the other 14:59 -!- - organisations that help keep freenode and our other projects 14:59 -!- - running for their sustained support. 14:59 -!- - 14:59 -!- - In particular we would like to thank the sponsor 14:59 -!- - of this server, details of which can be found above. 14:59 -!- - 14:59 -!- End of /MOTD command. 14:59 -!- Mode change [+i] for user NavitLogger 14:59 -!- NavitLogger [~NavitLogg@scruffy.geoghegan.me] has joined #navit 14:59 -!- Topic for #navit: The open source vector based navigation program with routing engine. See http://wiki.navit-project.org. Please be patient if you don't get a response immediately. Please use http://navit.pastebin.com for your pastes! Channel is logged : http://irclogs.navit.ie/ Follow @NavitProject on Twitter. 14:59 -!- Topic set by KaZeR [~kazer@4.170.67.86.rev.sfr.net] [Mon May 23 13:10:04 2011] 14:59 [Users #navit] 14:59 [@ChanServ] [ bbradley406] [ chille ] [ j_f-f ] [ Navit ] [ tg ] 14:59 [@Horwitz ] [ Brinky ] [ ColdFyre] [ jandegr ] [ NavitLogger] [ tryagain ] 14:59 [@KaZeR ] [ bzed ] [ epy ] [ latouche] [ Number6 ] [ xenos1984] 14:59 [ _rd_ ] [ Celelibi ] [ gernot_ ] [ Marc0 ] [ redurgam ] [ xenoxaos ] 14:59 -!- Irssi: #navit: Total of 24 nicks [3 ops, 0 halfops, 0 voices, 21 normal] 14:59 -!- Channel #navit created Sun Nov 26 01:47:57 2006 14:59 -!- Irssi: Join to #navit was synced in 7 secs 15:22 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 15:23 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 15:23 -!- mode/#navit [+o KaZeR] by ChanServ 15:24 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 15:28 -!- robertp [584aaf83@gateway/web/freenode/ip.88.74.175.131] has joined #navit 15:43 -!- _rd [~rd@p4FD1C14F.dip0.t-ipconnect.de] has joined #navit 15:46 -!- _rd_ [~rd@p4FD1EE32.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 16:01 -!- KaZeR [~KaZeR@64.201.252.132] has joined #navit 16:01 -!- mode/#navit [+o KaZeR] by ChanServ 16:02 #navit: <@KaZeR> jandegr: r6136 works great so far. We need to tweak the threshold for u-turn, because it's annoying, but it's not android specific 16:09 -!- KaZeR [~KaZeR@64.201.252.132] has quit [Ping timeout: 265 seconds] 16:16 -!- jandegr [5741609e@gateway/web/freenode/ip.87.65.96.158] has quit [Quit: Page closed] 16:19 -!- KaZeR [~KaZeR@64.201.252.132] has joined #navit 16:19 -!- mode/#navit [+o KaZeR] by ChanServ 16:20 #navit: < robertp> hi kazer 16:20 #navit: <@KaZeR> hi robertp 16:20 #navit: < robertp> next question... 16:20 #navit: <@KaZeR> shoot! 16:20 #navit: < robertp> what do i have to do to see your spotify gui? 16:23 #navit: <@KaZeR> if you did enable it at compile time ( it's disabled by default ) then you only need a line in your menu xml such as : Spotify 16:25 #navit: <@KaZeR> ha, looks like i enabled it by default actually 16:25 #navit: <@KaZeR> to check, have a look at the Features section of cmake 16:25 #navit: <@KaZeR> Enabled USE_SPOTIFY ( libspotify and alsa found ) 16:27 -!- _rd [~rd@p4FD1C14F.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 16:28 #navit: < gernot_> by 16:28 -!- gernot_ [54b56ad4@gateway/web/freenode/ip.84.181.106.212] has quit [] 16:49 #navit: < robertp> the menu button was only missing, but i get {error:navit:spotify_navit_init:Can't create session, did you setup your spotify apikey ? sh: 1: gdb: not found} 16:54 -!- Number6 [~number6@zoidberg.geoghegan.me] has quit [Ping timeout: 246 seconds] 16:56 #navit: <@KaZeR> ok 16:57 #navit: <@KaZeR> so, libspotify require an api key. I am not sure that we can provide that key with the sourcecode, so that's why it's not distributed with the code currently 16:57 #navit: <@KaZeR> currently the best would be to obtain your own key : https://devaccount.spotify.com/my-account/keys/ ( it's free and easy ) 16:58 #navit: <@KaZeR> and then just add the key content to this file : https://github.com/pgrandin/navit/blob/trunk/navit/api_keys.c 16:58 #navit: <@KaZeR> (you will see there a few stubs for other API clients i'm working on ) 16:59 #navit: < robertp> "You need to have a Spotify Premium account in order to use libspotify, please upgrade your account " 16:59 #navit: <@KaZeR> oh 17:00 #navit: <@KaZeR> well i will start documenting all this in the wiki. as i said yesterday, you are the 2nd user worldwide to use this :) 17:02 #navit: < robertp> you said propably, too :D 17:05 -!- Number6 [~number6@zoidberg.geoghegan.me] has joined #navit 17:06 #navit: <@KaZeR> :) 17:06 #navit: <@KaZeR> well i think it's confirmed now :) 17:09 #navit: <@KaZeR> brb 17:10 -!- KaZeR [~KaZeR@64.201.252.132] has quit [Remote host closed the connection] 17:32 -!- xenos1984 [~xenos1984@127-166-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 17:51 -!- KaZeR [~KaZeR@75.144.20.73] has joined #navit 17:51 -!- mode/#navit [+o KaZeR] by ChanServ 17:54 #navit: < robertp> hi again :D 17:58 #navit: < robertp> i pushed my current "as far as i am"-code to github. but navit wont accept my "onclick='mpd_show_playlist()" because it is no valid command. 18:07 -!- robertp [584aaf83@gateway/web/freenode/ip.88.74.175.131] has quit [Ping timeout: 246 seconds] 18:08 -!- robertp [584aaf83@gateway/web/freenode/ip.88.74.175.131] has joined #navit 18:10 -!- robertp [584aaf83@gateway/web/freenode/ip.88.74.175.131] has quit [Client Quit] 18:14 #navit: <@KaZeR> ok give me a few minutes and we'll look into it 18:20 -!- tryagain [~quassel@178.216.76.145] has quit [Remote host closed the connection] 18:24 -!- robertp [584aaf83@gateway/web/freenode/ip.88.74.175.131] has joined #navit 18:38 #navit: < robertp> the only thing i did not set is any attr. if i set -DUSE_SPOTIFY=n the spotify-button behaves exactly like my mpd-button 18:44 #navit: <@KaZeR> what's your github repo ? 18:45 #navit: < robertp> pohlinkzei/navit 18:45 #navit: <@KaZeR> oh right 18:47 #navit: <@KaZeR> do you have something defined in gui_internal, at all ? 18:48 #navit: < robertp> no 18:52 #navit: <@KaZeR> ok, that's the trick i use currently until we implement a proper audio framework. https://github.com/pgrandin/navit/blob/master/navit/gui/internal/gui_internal_command.c#L1215-L1223 18:52 #navit: <@KaZeR> and https://github.com/pgrandin/navit/blob/master/navit/gui/internal/gui_internal_spotify.c#L28-L31 18:53 #navit: <@KaZeR> so that the method is exposed via the gui 18:53 #navit: <@KaZeR> and then i use gui.spotify_previous_track() in the OSD xml 18:53 #navit: < robertp> yes, i copied this too. directly after the ifdef USE_SPOTIFY comes ifdef USE_MPD 18:53 #navit: <@KaZeR> makes sense ? 18:54 #navit: < robertp> yes of course 18:54 #navit: <@KaZeR> so i missed something :) let me re-read what you did 18:55 #navit: <@KaZeR> ah right 18:55 #navit: < robertp> i grep'd "spotify" and mentioned all files which contained it 18:55 #navit: <@KaZeR> try gui.mpd_show_playlist() instead of mpd_show_playlist() 18:59 #navit: < robertp> no, doesnt work. neither for spotify nor mpd 19:00 #navit: <@KaZeR> are you sure that USE_MP3PLAYER is defined? 19:00 #navit: <@KaZeR> oh! 19:00 #navit: <@KaZeR> https://github.com/pgrandin/navit/blob/master/config.h.cmake#L96 19:08 #navit: <@KaZeR> oh wow. i just discovered http://tts-api.com/ 19:12 #navit: < robertp> now i get weird undefined reference error 19:18 -!- Irssi: No PONG reply from server irc.freenode.net in 301 seconds, disconnecting 19:18 -!- Irssi: Connection lost to irc.freenode.net 19:18 -!- Irssi: Removed reconnection to server irc.freenode.net port 6667 19:18 -!- Irssi: Looking up irc.freenode.net 19:18 -!- Irssi: Reconnecting to irc.freenode.net [195.154.200.232] port 6667 - use /RMRECONNS to abort 19:18 -!- Irssi: Connection to irc.freenode.net established 19:18 !barjavel.freenode.net *** Looking up your hostname... 19:18 !barjavel.freenode.net *** Checking Ident 19:18 !barjavel.freenode.net *** Found your hostname 19:18 !barjavel.freenode.net *** No Ident response 19:18 -!- Welcome to the freenode Internet Relay Chat Network NavitLogger 19:18 -!- Your host is barjavel.freenode.net[195.154.200.232/6667], running version ircd-seven-1.1.3 19:18 -!- This server was created Fri Oct 24 2014 at 13:59:13 UTC 19:18 -!- barjavel.freenode.net ircd-seven-1.1.3 DOQRSZaghilopswz CFILMPQSbcefgijklmnopqrstvz bkloveqjfI 19:18 -!- CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode KNOCK STATUSMSG=@+ CALLERID=g are supported by this server 19:18 -!- CASEMAPPING=rfc1459 CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 ETRACE CPRIVMSG CNOTICE DEAF=D MONITOR=100 FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: are supported by this server 19:18 -!- EXTBAN=$,ajrxz WHOX CLIENTVER=3.0 SAFELIST ELIST=CTU are supported by this server 19:18 -!- There are 151 users and 81192 invisible on 26 servers 19:18 -!- 22 IRC Operators online 19:18 -!- 13 unknown connection(s) 19:18 -!- 60533 channels formed 19:18 -!- I have 5789 clients and 1 servers 19:18 -!- 5789 9559 Current local users 5789, max 9559 19:18 -!- 81343 105669 Current global users 81343, max 105669 19:18 -!- Highest connection count: 9560 (9559 clients) (2427688 connections received) 19:18 -!- - barjavel.freenode.net Message of the Day - 19:18 -!- - Welcome to barjavel.freenode.net in Paris, FR, EU. 19:18 -!- - Thanks to Bearstech (www.bearstech.com) for sponsoring 19:18 -!- - this server! 19:18 -!- - 19:18 -!- - BARJAVEL, RENE [1911-1985]. Born in Nyons, he was a 19:18 -!- - science-fiction author, a journalist and a critic. He is 19:18 -!- - credited with having written the first novel to introduce 19:18 -!- - the Grandfather Paradox in time travel, in his 1943 work 19:18 -!- - 'Le Voyageur imprudent'. 19:18 -!- - 19:18 -!- - Welcome to freenode - supporting the free and open source 19:18 -!- - software communities since 1998. 19:18 -!- - 19:18 -!- - By connecting to freenode you indicate that you have read and 19:18 -!- - accept our policies as set out on http://www.freenode.net 19:18 -!- - freenode runs an open proxy scanner. Please join #freenode for 19:18 -!- - any network-related questions or queries, where a number of 19:18 -!- - volunteer staff and helpful users will be happy to assist you. 19:18 -!- - 19:18 -!- - You can meet us at FOSSCON (http://www.fosscon.org) where we get 19:18 -!- - together with like-minded FOSS enthusiasts for talks and 19:18 -!- - real-life collaboration. 19:18 -!- - 19:18 -!- - We would like to thank Private Internet Access 19:18 -!- - (https://www.privateinternetaccess.com/) and the other 19:18 -!- - organisations that help keep freenode and our other projects 19:18 -!- - running for their sustained support. 19:18 -!- - 19:18 -!- - In particular we would like to thank the sponsor 19:18 -!- - of this server, details of which can be found above. 19:18 -!- - 19:18 -!- End of /MOTD command. 19:18 -!- Mode change [+i] for user NavitLogger 19:18 -!- NavitLogger [~NavitLogg@scruffy.geoghegan.me] has joined #navit 19:18 -!- Topic for #navit: The open source vector based navigation program with routing engine. See http://wiki.navit-project.org. Please be patient if you don't get a response immediately. Please use http://navit.pastebin.com for your pastes! Channel is logged : http://irclogs.navit.ie/ Follow @NavitProject on Twitter. 19:18 -!- Topic set by KaZeR [~kazer@4.170.67.86.rev.sfr.net] [Mon May 23 13:10:04 2011] 19:18 [Users #navit] 19:18 [@ChanServ ] [ Brinky ] [ ColdFyre] [ Marc0 ] [ redurgam] 19:18 [@Horwitz ] [ bzed ] [ epy ] [ Navit ] [ tg ] 19:18 [@KaZeR ] [ Celelibi] [ j_f-f ] [ NavitLogger] [ xenoxaos] 19:18 [ bbradley406] [ chille ] [ latouche] [ Number6 ] 19:18 -!- Irssi: #navit: Total of 19 nicks [3 ops, 0 halfops, 0 voices, 16 normal] 19:18 -!- Channel #navit created Sun Nov 26 01:47:57 2006 19:18 -!- Irssi: Join to #navit was synced in 6 secs 19:22 -!- NavitLogger [~NavitLogg@scruffy.geoghegan.me] has quit [Ping timeout: 246 seconds] 19:22 -!- ERROR Closing Link: scruffy.geoghegan.me (Ping timeout: 246 seconds) 19:22 -!- Irssi: Connection lost to irc.freenode.net 19:23 -!- Irssi: Removed reconnection to server irc.freenode.net port 6667 19:23 -!- Irssi: Looking up irc.freenode.net 19:23 -!- Irssi: Reconnecting to irc.freenode.net [31.13.222.109] port 6667 - use /RMRECONNS to abort 19:23 -!- Irssi: Connection to irc.freenode.net established 19:23 !hitchcock.freenode.net *** Looking up your hostname... 19:23 !hitchcock.freenode.net *** Checking Ident 19:23 !hitchcock.freenode.net *** Found your hostname 19:23 !hitchcock.freenode.net *** No Ident response 19:23 -!- Welcome to the freenode Internet Relay Chat Network NavitLogger 19:23 -!- Your host is hitchcock.freenode.net[31.13.222.109/6667], running version ircd-seven-1.1.3 19:23 -!- This server was created Tue Jul 21 2015 at 18:44:23 UTC 19:23 -!- hitchcock.freenode.net ircd-seven-1.1.3 DOQRSZaghilopswz CFILMPQSbcefgijklmnopqrstvz bkloveqjfI 19:23 -!- CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode KNOCK STATUSMSG=@+ CALLERID=g are supported by this server 19:23 -!- CASEMAPPING=rfc1459 CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 ETRACE CPRIVMSG CNOTICE DEAF=D MONITOR=100 FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: are supported by this server 19:23 -!- EXTBAN=$,ajrxz WHOX CLIENTVER=3.0 SAFELIST ELIST=CTU are supported by this server 19:23 -!- There are 151 users and 81104 invisible on 26 servers 19:23 -!- 22 IRC Operators online 19:23 -!- 10 unknown connection(s) 19:23 -!- 60529 channels formed 19:23 -!- I have 3260 clients and 1 servers 19:23 -!- 3260 3853 Current local users 3260, max 3853 19:23 -!- 81255 94376 Current global users 81255, max 94376 19:23 -!- Highest connection count: 3854 (3853 clients) (200965 connections received) 19:23 -!- - hitchcock.freenode.net Message of the Day - 19:23 -!- - 19:23 -!- - Welcome to hitchcock.freenode.net in Sofia, Bulgaria, EU, kindly sponsored by 19:23 -!- - Neterra Communications (www.neterra.net) 19:23 -!- - 19:23 -!- - HITCHCOCK, SIR ALFRED [1899 - 1980] Born in Essex, 19:23 -!- - England, Sir Alfred Hitchcock was a noted film director 19:23 -!- - and producer. Over a long career he pioneered many modern 19:23 -!- - techniques in film-making, made more than 50 feature films, 19:23 -!- - and influenced many present-day directors and producers. 19:23 -!- - 19:23 -!- - Welcome to freenode - supporting the free and open source 19:23 -!- - software communities since 1998. 19:23 -!- - 19:23 -!- - By connecting to freenode you indicate that you have read and 19:23 -!- - accept our policies as set out on http://www.freenode.net 19:23 -!- - freenode runs an open proxy scanner. Please join #freenode for 19:23 -!- - any network-related questions or queries, where a number of 19:23 -!- - volunteer staff and helpful users will be happy to assist you. 19:23 -!- - 19:23 -!- - You can meet us at FOSSCON (http://www.fosscon.org) where we get 19:23 -!- - together with like-minded FOSS enthusiasts for talks and 19:23 -!- - real-life collaboration. 19:23 -!- - 19:23 -!- - We would like to thank Private Internet Access 19:23 -!- - (https://www.privateinternetaccess.com/) and the other 19:23 -!- - organisations that help keep freenode and our other projects 19:23 -!- - running for their sustained support. 19:23 -!- - 19:23 -!- - In particular we would like to thank the sponsor 19:23 -!- - of this server, details of which can be found above. 19:23 -!- - 19:23 -!- End of /MOTD command. 19:23 -!- Mode change [+i] for user NavitLogger 19:23 -!- NavitLogger [~NavitLogg@scruffy.geoghegan.me] has joined #navit 19:23 -!- Topic for #navit: The open source vector based navigation program with routing engine. See http://wiki.navit-project.org. Please be patient if you don't get a response immediately. Please use http://navit.pastebin.com for your pastes! Channel is logged : http://irclogs.navit.ie/ Follow @NavitProject on Twitter. 19:23 -!- Topic set by KaZeR [~kazer@4.170.67.86.rev.sfr.net] [Mon May 23 13:10:04 2011] 19:23 [Users #navit] 19:23 [@ChanServ ] [ Brinky ] [ ColdFyre] [ Marc0 ] [ redurgam] 19:23 [@Horwitz ] [ bzed ] [ epy ] [ Navit ] [ tg ] 19:23 [@KaZeR ] [ Celelibi] [ j_f-f ] [ NavitLogger] [ xenoxaos] 19:23 [ bbradley406] [ chille ] [ latouche] [ Number6 ] 19:23 -!- Irssi: #navit: Total of 19 nicks [3 ops, 0 halfops, 0 voices, 16 normal] 19:23 -!- Channel #navit created Sun Nov 26 01:47:57 2006 19:23 -!- Irssi: Join to #navit was synced in 6 secs 20:26 -!- KaZeR [~KaZeR@75.144.20.73] has quit [Remote host closed the connection] 20:41 -!- KaZeR [~KaZeR@172.56.38.12] has joined #navit 20:41 -!- mode/#navit [+o KaZeR] by ChanServ 21:51 -!- KaZeR [~KaZeR@172.56.38.12] has quit [Remote host closed the connection] 21:55 -!- KaZeR [~KaZeR@172.56.38.12] has joined #navit 21:55 -!- mode/#navit [+o KaZeR] by ChanServ 22:06 -!- KaZeR [~KaZeR@172.56.38.12] has quit [Remote host closed the connection] --- Log closed Sun Aug 09 00:00:11 2015