--- Log opened Thu Nov 06 00:00:33 2014 00:00 #navit: < bafplus> kazer, we have 2 small problems...bat is in c:/navit/tts/tts.bat 00:01 #navit: < bafplus> if run from cmd it works, the output.mp3 is generated and placed in c:/users/myfolder/output.mp3 00:01 #navit: <@KaZeR> use full path everywhere :) 00:03 #navit: < bafplus> i did and that doesnt work... 00:04 #navit: <@KaZeR> mmm. 00:04 #navit: <@KaZeR> i hope that you're more knowledgable than me on windows then :) 00:07 #navit: < bafplus> it seems that the "send and fetch" line doesnt allow full paths... 00:07 #navit: < bafplus> so i cant "tell" it to save the mp3 to a sertain folder 00:07 #navit: <@KaZeR> send and fetch ? 00:08 #navit: <@KaZeR> can you share the current script ? 00:11 -!- pini [~pini@bou-fi.pustule.org] has quit [Ping timeout: 264 seconds] 00:15 -!- pini [~pini@bou-fi.pustule.org] has joined #navit 00:17 #navit: < bafplus> got it...took me a while to notice that navit rund the cmd from within the bin folder, then i forgot to copy wget into the bin folder...next is that only the first word is announced, so we do have a space problem.... 00:19 #navit: < bafplus> and it takes about 10 seconds to run the full script, but i think that also due to the spaces, if i caal just one word it reacts fine 00:21 #navit: < bafplus> if i send a say command in navit with "+" instead of "" it works fine 00:22 #navit: < bafplus> so we have to replace the spaces with a + before sending it to google 00:23 #navit: <@KaZeR> you can use the full path for wget too. actually it depends of how you plan to deploy wget 00:23 #navit: <@KaZeR> did you put quote around the script when calling it ? 00:23 #navit: <@KaZeR> oh 00:23 #navit: <@KaZeR> my bad 00:23 #navit: <@KaZeR> try instead of 00:23 #navit: <@KaZeR> mmm 00:23 #navit: <@KaZeR> you will have issues with ' in the strings maybe 00:24 #navit: <@KaZeR> so is probably better 00:25 -!- xenos1984 [~quassel@131-237-196-88.dyn.estpak.ee] has quit [Remote host closed the connection] 00:28 #navit: < bafplus> that last one coused navit to crash, the single qutes didnt work.. 00:29 #navit: < bafplus> just a guess... $1|sed -e "s/ /+/g" ? 00:32 #navit: <@KaZeR> crash? oh that's bad. 00:32 #navit: <@KaZeR> please log a ticket we need to fix that :) 00:33 #navit: <@KaZeR> $1|sed -e "s/ /+/g" replaces the spaces in the first argument with + :) 00:33 #navit: < bafplus> so put that right before the google url in the bat script? 00:35 #navit: < bafplus> sed isnt recognized 00:35 #navit: < bafplus> i would place a ticket...but i think you can better do that because you know the context of the crash... 00:37 #navit: <@KaZeR> yeah i would have been surprised if you would have had sed :) 00:37 #navit: <@KaZeR> well for the ticket you can just say "if i use this entry in navit.xml navit crashes" and also paste the output on the command line :) 00:38 #navit: < bafplus> btw...my current bat: https://gist.github.com/bafplus/d70834c32bb8d3fab487 00:38 #navit: <@KaZeR> you can add the full path to wget, might prevent some issues ( i don't know how the PATH variable works under windows ) 00:38 #navit: <@KaZeR> if you call tts.bat "this is a test" is this working ? 00:40 #navit: < bafplus> nope same problem 00:41 #navit: <@KaZeR> which is ? (sorry i'm tired ) 00:41 #navit: < bafplus> calling it from cmd 00:41 #navit: < bafplus> gives only first word 00:42 #navit: < bafplus> this+is+a+test works 00:42 #navit: < bafplus> so its google itself that is cuasing this problem i guess 00:49 #navit: < bafplus> or wget... 01:04 #navit: < bafplus> its wget: Note too, that you might possibly have to percent-encode some characters in order to make a valid URL (usually not, but it happens). This is complicated and technical work to do by hand, though there may be tools available to help. Also, space characters should always be swapped out for the plus (+) character, and plus characters need to be encoded (as %2B). 01:12 #navit: <@KaZeR> so we need to do the character substitution :) 01:13 #navit: <@KaZeR> http://stackoverflow.com/questions/13469939/replacing-characters-in-string 01:15 #navit: <@KaZeR> so i understand it as set NEW_TEXT=!%1:T=% 2+%! 01:22 #navit: < bafplus> u understand it better then me...i know the goal we are trying to accieve, but as you know, i'm no coder so that last part i dont get 01:23 #navit: < bafplus> so...can we "sanitize" the string before it is "insterted" in the url? 01:24 #navit: < bafplus> ans can we do that in teh bat or do we have to code that into navit? 01:38 #navit: <@KaZeR> try adding set NEW_TEXT=!%1:T=% 2+%! before wget 01:38 #navit: <@KaZeR> then replace %1 in wget by %NEW_TEXT 01:38 #navit: <@KaZeR> i have to go afk a few i'll be back a bit later 01:40 -!- KaZeR [~KaZeR@64.201.252.132] has quit [Remote host closed the connection] 01:40 -!- KaZeR [~KaZeR@64.201.252.132] has joined #navit 01:40 -!- mode/#navit [+o KaZeR] by ChanServ 01:42 #navit: < bafplus> doesent send anything 01:42 #navit: < bafplus> so no variable is passed 01:44 #navit: < bafplus> just to make sure: .......UTF-8&tl=nl&q=NEW_TEXT" 01:44 -!- KaZeR [~KaZeR@64.201.252.132] has quit [Ping timeout: 245 seconds] 01:52 #navit: < bafplus> i'm trowing the towel in fot tonight, its already 3 am....thanks for the help so far, were 99,9% to succes ! 01:52 -!- bafplus [~bafplus@5ED0A3EE.cm-7-1c.dynamic.ziggo.nl] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Go on, try it!] 02:22 -!- KaZeR [~KaZeR@75.144.20.73] has joined #navit 02:22 -!- mode/#navit [+o KaZeR] by ChanServ 02:34 -!- KaZeR [~KaZeR@75.144.20.73] has quit [Remote host closed the connection] 02:43 -!- KaZeR [~KaZeR@75.144.20.73] has joined #navit 02:43 -!- mode/#navit [+o KaZeR] by ChanServ 03:26 -!- latouche [~Latouche@reverse-169.fdn.fr] has quit [Ping timeout: 240 seconds] 03:27 -!- latouche [~Latouche@reverse-169.fdn.fr] has joined #navit 03:39 -!- KaZeR [~KaZeR@75.144.20.73] has quit [Remote host closed the connection] 03:44 -!- KaZeR [~KaZeR@75.144.20.73] has joined #navit 03:44 -!- mode/#navit [+o KaZeR] by ChanServ 04:52 -!- KaZeR [~KaZeR@75.144.20.73] has quit [Remote host closed the connection] 04:56 -!- KaZeR [~KaZeR@75.144.20.73] has joined #navit 04:56 -!- mode/#navit [+o KaZeR] by ChanServ 05:51 -!- KaZeR [~KaZeR@75.144.20.73] has quit [Remote host closed the connection] 05:51 -!- KaZeR [~KaZeR@75.144.20.73] has joined #navit 05:52 -!- mode/#navit [+o KaZeR] by ChanServ 05:56 -!- KaZeR [~KaZeR@75.144.20.73] has quit [Ping timeout: 255 seconds] 06:21 -!- KaZeR [~KaZeR@172.56.38.96] has joined #navit 06:21 -!- mode/#navit [+o KaZeR] by ChanServ 06:32 -!- KaZeR [~KaZeR@172.56.38.96] has quit [Remote host closed the connection] 07:00 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 07:00 -!- mode/#navit [+o KaZeR] by ChanServ 07:42 -!- bafplus [~bafplus@5ED0A3EE.cm-7-1c.dynamic.ziggo.nl] has joined #navit 07:59 -!- xenos1984 [~quassel@131-237-196-88.dyn.estpak.ee] has joined #navit 08:27 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has joined #navit 08:28 #navit: < bafplus> goodmorning everyone....yawns.... 08:49 -!- drlizau [~liz@billiau.net] has joined #navit 09:38 -!- [1]bafplus [~bafplus@go.allip.nl] has joined #navit 09:41 -!- bafplus [~bafplus@5ED0A3EE.cm-7-1c.dynamic.ziggo.nl] has quit [Ping timeout: 272 seconds] 09:41 -!- [1]bafplus is now known as bafplus 10:06 -!- bafplus [~bafplus@go.allip.nl] has quit [Ping timeout: 244 seconds] 11:13 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 11:13 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has quit [Ping timeout: 246 seconds] 11:18 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has joined #navit 12:44 -!- Irssi: No PONG reply from server irc.freenode.net in 301 seconds, disconnecting 12:44 -!- Irssi: Connection lost to irc.freenode.net 12:44 -!- Irssi: Removed reconnection to server irc.freenode.net port 6667 12:44 -!- Irssi: Looking up irc.freenode.net 12:45 -!- Irssi: Unable to connect server irc.freenode.net port 6667 [Name or service not known] 12:50 -!- Irssi: Removed reconnection to server irc.freenode.net port 6667 12:50 -!- Irssi: Looking up irc.freenode.net 12:50 -!- Irssi: Reconnecting to irc.freenode.net [83.170.73.249] port 6667 - use /RMRECONNS to abort 12:50 -!- Irssi: Connection to irc.freenode.net established 12:50 !holmes.freenode.net *** Looking up your hostname... 12:50 !holmes.freenode.net *** Checking Ident 12:50 !holmes.freenode.net *** Found your hostname 12:50 !holmes.freenode.net *** No Ident response 12:50 -!- Welcome to the freenode Internet Relay Chat Network NavitLogger 12:50 -!- Your host is holmes.freenode.net[83.170.73.249/6667], running version ircd-seven-1.1.3 12:50 -!- This server was created Wed Sep 17 2014 at 17:57:00 UTC 12:50 -!- holmes.freenode.net ircd-seven-1.1.3 DOQRSZaghilopswz CFILMPQSbcefgijklmnopqrstvz bkloveqjfI 12:50 -!- 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 12:50 -!- 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 12:50 -!- EXTBAN=$,ajrxz WHOX CLIENTVER=3.0 SAFELIST ELIST=CTU are supported by this server 12:50 -!- There are 183 users and 93115 invisible on 30 servers 12:50 -!- 29 IRC Operators online 12:50 -!- 2 unknown connection(s) 12:50 -!- 58440 channels formed 12:50 -!- I have 6140 clients and 1 servers 12:50 -!- 6140 8391 Current local users 6140, max 8391 12:50 -!- 93298 99525 Current global users 93298, max 99525 12:50 -!- Highest connection count: 8392 (8391 clients) (839264 connections received) 12:50 -!- - holmes.freenode.net Message of the Day - 12:50 -!- - Welcome to holmes.freenode.net in London, UK! Massive thanks to 12:50 -!- - UK2 (http://www.uk2.net) for sponsoring this server. 12:50 -!- - 12:50 -!- - HOLMES, ROBERT (1928-1986). An English television scriptwriter, 12:50 -!- - most notably remembered for his work on the sci-fi series; 12:50 -!- - Doctor Who. 12:50 -!- - Welcome to freenode - supporting the free and open source 12:50 -!- - software communities since 1998. 12:50 -!- - 12:50 -!- - ************************************************************** 12:50 -!- - SECURITY ALERT 12:50 -!- - 12:50 -!- - Over the weekend of 13th-14th September freenode staff noticed 12:50 -!- - some compromised binaries present on a number of servers. 12:50 -!- - The servers in question have been removed from the network and 12:50 -!- - shut down. However, it's possible that network traffic - 12:50 -!- - including SSL traffic - has been sniffed and passwords 12:50 -!- - exposed. 12:50 -!- - 12:50 -!- - We therefore recommend that all users change their nickserv 12:50 -!- - password(s) to a new value which is not shared with any 12:50 -!- - other service. 12:50 -!- - 12:50 -!- - You can do this with /msg nickserv set password newpasshere 12:50 -!- - 12:50 -!- - Please note that investigation is ongoing to discover the root 12:50 -!- - cause of the attack, and until this investigation is complete 12:50 -!- - we cannot be 100% certain that all traces of the compromises 12:50 -!- - have been removed. We may have to ask you to change your 12:50 -!- - passwords again after analysis has completed. 12:50 -!- - 12:50 -!- - Further details will appear on https://blog.freenode.net/ 12:50 -!- - 12:50 -!- - ************************************************************** 12:50 -!- - 12:50 -!- - By connecting to freenode you indicate that you have read and 12:50 -!- - accept our policies as set out on http://www.freenode.net 12:50 -!- - freenode runs an open proxy scanner. Please join #freenode for 12:50 -!- - any network-related questions or queries, where a number of 12:50 -!- - volunteer staff and helpful users will be happy to assist you. 12:50 -!- - 12:50 -!- - You can meet us at FOSSCON (http://www.fosscon.org) where we get 12:50 -!- - together with like-minded FOSS enthusiasts for talks and 12:50 -!- - real-life collaboration. 12:50 -!- - 12:50 -!- - We would like to thank Private Internet Access 12:50 -!- - (https://www.privateinternetaccess.com/) and the other 12:50 -!- - organisations that help keep freenode and our other projects 12:50 -!- - running for their sustained support. 12:50 -!- - 12:50 -!- - In particular we would like to thank the sponsor 12:50 -!- - of this server, details of which can be found above. 12:50 -!- - 12:50 -!- End of /MOTD command. 12:50 -!- Mode change [+i] for user NavitLogger 12:50 -!- NavitLogger [~NavitLogg@hypnotoad.geoghegan.me] has joined #navit 12:50 -!- 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. 12:50 -!- Topic set by KaZeR [~kazer@4.170.67.86.rev.sfr.net] [Mon May 23 17:10:04 2011] 12:50 [Users #navit] 12:50 [@ChanServ] [ bzed ] [ gringo ] [ magruder ] [ Number6 ] [ xenos1984] 12:50 [@Horwitz ] [ Celelibi] [ hape_ ] [ Navit ] [ pini ] 12:50 [@KaZeR ] [ ColdFyre] [ j_f-f ] [ NavitLogger] [ Robotaxi] 12:50 [ Brinky ] [ curious ] [ latouche] [ noradtux ] [ tg ] 12:50 -!- Irssi: #navit: Total of 21 nicks [3 ops, 0 halfops, 0 voices, 18 normal] 12:50 -!- Channel #navit created Sun Nov 26 06:47:57 2006 12:50 -!- Irssi: Join to #navit was synced in 6 secs 13:07 -!- woglinde [~henning@fb-n15-11.unbelievable-machine.net] has joined #navit 14:49 -!- jandegr [50c83793@gateway/web/freenode/ip.80.200.55.147] has joined #navit 15:27 #navit: < jandegr> Hi kazer 15:29 #navit: < jandegr> do you want to test some changes to navigation.c (still very rough) ? https://db.tt/UvY2UHtj info on top of the file, 15:30 #navit: < woglinde> jandegr seriously? jandegr please use git diff or svn diff at least 15:30 #navit: < woglinde> and the bugtracker of course 15:31 #navit: < jandegr> you really do not want to see a diff of this, believe me :) 15:31 #navit: < woglinde> I want 15:34 #navit: <@KaZeR> hi guys 15:34 #navit: <@KaZeR> back in a few minutes 15:34 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 15:34 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 15:34 -!- mode/#navit [+o KaZeR] by ChanServ 15:34 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 15:35 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has joined #navit 15:35 -!- mode/#navit [+o KaZeR] by ChanServ 15:39 -!- KaZeR [~KaZeR@c-67-161-64-186.hsd1.ca.comcast.net] has quit [Ping timeout: 250 seconds] 15:39 #navit: < jandegr> as you whish woglinde, https://db.tt/Bu5nocQh violates one issue, one diff, one track ticket and probably many other rules, 15:40 #navit: < jandegr> but at least Navit does not instruct me to drive into the ditch anymore :) 15:40 #navit: < woglinde> jandegr hm does not mean some other drives no into the ditch 15:42 #navit: < woglinde> jandegr hm and would be good to split it into more patches 15:42 #navit: < woglinde> doing to much stuff in one commit is harder to understand 15:43 #navit: < jandegr> I think it has material for 4 or more seperate diff's 15:44 #navit: < jandegr> so I gave a complete file to do a testdrive of this rough material :) 15:45 #navit: < woglinde> jandegr why not start with the male female stuff? 15:47 #navit: < jandegr> got no comments on #1274 yet, so for now it is a fixes it for dutch and requires changes outside navigation.c to allow this for any lang. without hardcoding it 15:48 #navit: < woglinde> jandegr *sigh* sorry I have not the time for all projects at the moment 15:49 #navit: < jandegr> but the real issues are it can actually instruct you to drive straight instead of giving a false 'go right' 15:50 #navit: < jandegr> before it was like 'if it's not left then it is to the right' :) 15:51 #navit: < woglinde> and cp15 needs a look too I guess 15:51 #navit: < woglinde> he is the only one who understoods navigation fully 15:51 #navit: < woglinde> because he wrote it 16:02 -!- KaZeR [~KaZeR@64.201.252.132] has joined #navit 16:02 -!- mode/#navit [+o KaZeR] by ChanServ 16:06 #navit: <@KaZeR> hey 16:06 #navit: < jandegr> hi kazer 16:07 #navit: < woglinde> re kazer 16:13 #navit: <@KaZeR> jandegr: nice. want me to walk you through the submission of a patch ? it makes the review easier for us 16:14 #navit: <@KaZeR> but from the header i'm definitely interested in the patch! 16:17 #navit: < jandegr> kazer as already req. by woglinde : https://db.tt/Bu5nocQh violates one issue, one diff, one track ticket and probably many other rules, 16:21 -!- bafplus [~bafplus@5ED0A3EE.cm-7-1c.dynamic.ziggo.nl] has joined #navit 16:21 #navit: <@KaZeR> --- navigation.c (revision 5923) -> this itself is useful for us for example 16:23 #navit: <@KaZeR> this does not look so bad, don't be so shy. but we definitely need to have several people test and review it as it touches a core feature. 16:23 #navit: <@KaZeR> jandegr: have you seen the recent work on CI ? 16:24 #navit: < jandegr> brb 16:24 #navit: < bafplus> jandegr, need a tester? 16:26 #navit: <@KaZeR> bafplus: any feedback on the feature or potential regression is greatly appreciated ( hence the need of a ticket ;) ) 16:30 #navit: < bafplus> jandegr's feature? 16:31 -!- udovdh [~udovdh@pindarots.xs4all.nl] has joined #navit 16:31 #navit: < bafplus> btw..havent encounterd that error false right/left error in a while (or havent niticed it) 16:31 #navit: < jandegr> need testers, comments and input 16:33 #navit: < jandegr> no flase lefts, but if it decides to announce a manoevre on line x because road changes name, then on line z if it is not left it is processed as right, even if the road is straight but simply changes name :( 16:34 #navit: < bafplus> ah, that one ;-) 16:35 #navit: < jandegr> ring a bell ? 16:35 #navit: < bafplus> Yes 16:35 #navit: < bafplus> Especialy on highways 16:36 #navit: < jandegr> at least 1 fellow user knows the difference between straight and right, pfffff 16:36 #navit: < bafplus> first i'm going to crack my head on my (and kazers) google speech "project" and then i can put it in my testversion 16:36 #navit: <@KaZeR> jandegr: i've seen this issue too actually 16:37 #navit: < jandegr> ok we have 2 and counting :) 16:37 #navit: <@KaZeR> jandegr: you might be interested in this : http://trac.navit-project.org/ticket/1268 16:37 #navit: < bafplus> if memory serves i even have a location were that heppends 16:40 #navit: < woglinde> kazer how many tickets do we have now open? 16:40 #navit: < woglinde> 300 16:40 #navit: < bafplus> kazer , ive been breaking my head and googled my ass off about the space problem.... nu succes tho... 16:40 #navit: <@KaZeR> woglinde: way too much, i agree 16:41 #navit: <@KaZeR> bafplus: we can continue investigating in a few 16:41 #navit: < woglinde> only 5 left with two figures 16:41 #navit: < bafplus> no hurry, dinertime first ;-) 16:41 #navit: <@KaZeR> so only 5 older than 6 years ? \o/ 16:41 #navit: < jandegr> does this mean we have to stop making tickets ? 16:41 #navit: < bafplus> but help is much apriciated 16:43 #navit: < woglinde> jandegr no that means we have to solve more issues 16:44 #navit: < woglinde> maybe a lot of them can be closed 16:45 #navit: < bafplus> for everyone with windows powershell knowledge and willing to help: http://stackoverflow.com/questions/26775400/wget-parsing-spaces-in-string 16:46 #navit: < woglinde> whats with http://trac.navit-project.org/ticket/1005 for instance? 16:47 #navit: <@KaZeR> woglinde: yeah we probably need to do another cleanup pass. some tickets might be not relevant enough, some tickets might concern specific users that are not active anymore 16:47 #navit: <@KaZeR> actually i'd like to schedule a new release soon so the timing would be good 16:47 #navit: < woglinde> bafplus hm can you not use html hex encoding for space? 16:47 #navit: < woglinde> 0x20 or so? 16:48 #navit: < woglinde> %20 16:49 #navit: <@KaZeR> 1005 seems to be solved from what i see in the ticket 16:50 #navit: < jandegr> kazer ther was an osd icon 'go srtraight' already present in the folder xpm, so I immidiatly could use 'type_nav_straight' 16:50 #navit: <@KaZeR> awesome 16:51 #navit: < jandegr> I added an xpm 'merge' and added it to the makefile in xpm but what more must I do so I can use 'type_nav_merge' ? 16:52 #navit: <@KaZeR> actually you don't need to add it to the makefile, since we are switching to cmake and will get rid of autotools 16:52 #navit: < woglinde> KaZeR when when? 16:52 #navit: < woglinde> *g* 16:52 #navit: < woglinde> okay I will head home now 16:53 #navit: < woglinde> till later maybe 16:53 #navit: <@KaZeR> woglinde: haha. i actually wonders what's preventing us from killing autotolls now 16:53 #navit: <@KaZeR> bye woglinde 16:53 #navit: < woglinde> kaZer the autobuilder jobs, which only cp15 has access too? 16:53 #navit: < jandegr> but still get complaints at compile because 'type_nav_merge' not defined or something 16:54 #navit: <@KaZeR> woglinde: so we need to close http://trac.navit-project.org/ticket/1253 before 16:54 #navit: <@KaZeR> jandegr: did you add an entry to attr_def.h ? 16:55 #navit: < woglinde> KaZeR yes 16:56 #navit: <@KaZeR> woglinde: the win32 build script has been redone, bafplus confirmed that the build works (somehow. might not be perfect) 16:56 #navit: < woglinde> KaZeR hm add it to the ticket? 16:56 #navit: <@KaZeR> android is built using an external solution ( f-something) 16:56 #navit: <@KaZeR> woglinde: yes i'll add an update 16:56 #navit: < woglinde> or make serval tickets which this ticket depends on? 16:56 #navit: < woglinde> so now really off 16:56 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has quit [Ping timeout: 246 seconds] 16:57 #navit: <@KaZeR> linux build aren't critical. iphone is broken since a long time. what's left? wince? 16:57 #navit: <@KaZeR> tomtom also 17:01 -!- woglinde [~henning@fb-n15-11.unbelievable-machine.net] has quit [Ping timeout: 265 seconds] 17:07 #navit: < bafplus> win32 works but we heve to finetune the installer settings 17:08 #navit: < bafplus> there are some incorrect folderpaths, and no shortcut on desktop or startmenu. The build part itself works flawless as far as i can judge. 17:08 #navit: <@KaZeR> yep :) 17:13 #navit: < bafplus> i will take a look at that later kazer to try to fix thos things. Do we already have some disclaimer (to show and accept during install)? 17:13 #navit: < bafplus> That past is empty at the moment 17:13 #navit: < bafplus> part... 17:14 #navit: < bafplus> like "navit takes no responsibility when turning right in the middle of a highway." etc, etc... 17:15 #navit: <@KaZeR> "use common sense" :) 17:15 #navit: <@KaZeR> but yeah maybe we should add this 17:15 #navit: < bafplus> wich al lot of people lack ;-) 17:15 #navit: < bafplus> "don't put navit in a microwave, navit is however dishwasher safe" 17:16 #navit: <@KaZeR> haha. we support the darwin award :) 17:16 #navit: < bafplus> and the red cross 17:17 #navit: < bafplus> "suplying roadkill for over 5 years! 17:19 #navit: < bafplus> "but some standard legal stuff, use common sence and the open-source license should be anaugh i think...hey...who ever reads them! We should put some kind of joke or moneyprice in it and see how long it takes for someone to notice ;-) 17:20 #navit: < bafplus> Or make it a real easter-egg, every new build a new joke or something 17:27 -!- tryagain [~quassel@178.216.76.81] has joined #navit 17:28 #navit: < bafplus> Kazer, slowly getting ready on converting that string 17:29 #navit: < bafplus> koffe , check, sigarette, check, beer in fridge, check...hit me! 17:33 #navit: <@KaZeR> i need to fix a mistake on my side first :) builds are broken right now 17:36 #navit: <@KaZeR> hey tryagain, are you around? i have an issue with the russian translation 17:38 #navit: < bafplus> no prob 17:38 #navit: <@KaZeR> bafplus: if you use this example : http://stackoverflow.com/questions/13469939/replacing-characters-in-string with set NEW_TEXT=!MY_TEXT:T=% 2_%! what do you get ? (no need for the wget you can use this in a seperate script to test 17:40 #navit: < bafplus> saw that one, but when i saw no sollution i skipped it... 17:42 #navit: < bafplus> using input from navit or just run the bat directly? 17:42 #navit: < tryagain> KaZeR i'm walking around :) What's the issue? 17:52 -!- udovdh [~udovdh@pindarots.xs4all.nl] has quit [Quit: Leaving] 17:53 #navit: <@KaZeR> bafplus: the bat directly with the substitution i gave you 17:54 #navit: <@KaZeR> tryagain: in this file, https://sourceforge.net/p/navit/code/HEAD/tree/trunk/navit/po/ru.po.in line 138 ( damn github is much better for this ;) ) 17:54 #navit: <@KaZeR> /home/navit/vanilla/bin/po/ru.po:138: number of format specifications in 'msgid_plural' and 'msgstr[0]' does not match 17:54 #navit: <@KaZeR> /home/navit/vanilla/bin/po/ru.po:145: number of format specifications in 'msgid_plural' and 'msgstr[0]' does not match 17:55 #navit: <@KaZeR> can you help me figure out what is the right translation ? 17:56 #navit: <@KaZeR> for the other languages where i had this issue, it was solved by changing msgstr[0], removing the "one" and adding %d instead. i will contact the translators to get a confirmation that it works 17:56 #navit: <@KaZeR> do you think it is a valid approach ? 18:02 #navit: < bafplus> kazer, it works (partly)!!! 18:02 #navit: <@KaZeR> bafplus: cool. what's the output ? 18:04 #navit: < bafplus> i will try to put everything in pastebin but you know cmd and copy-paste ;-) 18:06 #navit: <@KaZeR> haha 18:10 #navit: < bafplus> http://pastebin.com/447eqQN6 18:10 #navit: < bafplus> First part is tha actual bat, 18:10 #navit: < bafplus> second is the cmd output 18:11 #navit: < bafplus> But as you can see, after i put in the text it generates the correct string but then runs something again, so there are 2 parts/stages in this script and we only need the first part 18:13 #navit: < bafplus> so when bat is used it says ENTER TEXT:, then i typed the "turn right in 100 meters"+enter, then it gives the correct response but then runs something again... 18:21 -!- tryagain [~quassel@178.216.76.81] has quit [Ping timeout: 260 seconds] 18:22 #navit: <@KaZeR> bafplus: cool. can you pastebin your actual speech script? 18:25 #navit: < bafplus> sure... I tried placing %1 somewhere and it did print the string but it has "''" as result, that poses another isue of removing the single/double quotes... 18:25 #navit: <@KaZeR> oh crap. linux does not do this 18:26 #navit: <@KaZeR> ha! 18:26 #navit: <@KaZeR> %~1 18:26 #navit: <@KaZeR> Expands %1 and removes any surrounding quotation marks (""). 18:31 #navit: < bafplus> that only removes the " but still the ' are there 18:32 #navit: < bafplus> http://pastebin.com/J8DpMtzu 18:33 #navit: < bafplus> question is are the ' comming from my "say" command and does the actual string used for anouncements have these quotes 18:33 #navit: <@KaZeR> so the osd button output is correct but the speech has an extra ' right ? 18:33 #navit: <@KaZeR> what's the output of the synthesis ? quote turn right in 100m quote ? 18:34 #navit: < bafplus> 'turn right ' (note the extra space) 18:35 #navit: < bafplus> as taken from the navit.log 18:35 #navit: < bafplus> so when used with teh actual anounce script we only have to "strip" the ' 18:36 #navit: < bafplus> hoping that the extra space at the end can be handled bij google...hmm...lets just try that.... 18:36 -!- tryagain [~quassel@178.216.76.97] has joined #navit 18:36 #navit: <@KaZeR> yeah my question was about the synthesis :) 18:39 #navit: < bafplus> putting the url string direct is a browser works with + as last character. Even putting it between ' works, so googla should have no problem translating the current string or one with an + as last caracter 18:39 #navit: < bafplus> so now the big question sis still how to replace the spaces 18:42 #navit: <@KaZeR> please pastebin your current script to i can try to amend it 18:45 -!- jandegr [50c83793@gateway/web/freenode/ip.80.200.55.147] has quit [Quit: Page closed] 18:46 #navit: < tryagain> KaZeR i agree with your approach for other languages. For Russian, see here http://pastebin.com/1CmJKPs4 18:47 #navit: <@KaZeR> thanks tryagain 18:47 #navit: <@KaZeR> oh that's exactly what i did for the other, but i was unsure 18:47 #navit: <@KaZeR> thanks! 18:48 #navit: < tryagain> btw where should be the translation for singular "one mile"? 18:50 #navit: <@KaZeR> that really depends of your plural form. for French, it fits in the same message : 18:50 #navit: <@KaZeR> msgstr[0] "dans un mille" 18:50 #navit: <@KaZeR> msgstr[1] "dans %d milles" 18:50 #navit: <@KaZeR> but our plural form is much simpler : "Plural-Forms: nplurals=2; plural=n > 1;\n" 18:55 #navit: < tryagain> Looks like i've got it. When your singilar msgid "dans un mile" is printf()ed it actually has additional (ignored) int argument. 18:58 #navit: <@KaZeR> but this does not seems to work for some languages ( ru, be, sk, lv for example ) 18:59 #navit: < tryagain> sure, we have same form for singular and all other counts ending with 1 (besides those ending with 11) 19:00 #navit: < tryagain> and there are two different plural forms for other counts, based on the last digit 19:02 #navit: <@KaZeR> so complicated :) 19:02 #navit: < bafplus> kazer, te script we made last night? 19:02 #navit: <@KaZeR> bafplus: yes 19:10 #navit: < bafplus> all in one: http://pastebin.com/SCL5BDd8 19:10 #navit: < bafplus> i compared the output from my osd button with actual spoken directions, they are identical, so the " are generated with the span proces i guess 19:23 #navit: <@KaZeR> bafplus: updated : http://pastebin.com/cGNifC0K 19:23 #navit: <@KaZeR> you should only need the 3 lines 19:26 #navit: < bafplus> WORKS!!!!.....ALMOST!!... there is an "=" apended that is spoken by the tts, wo the spoken mp3 sounds like "turn right in 100 meters is" 19:26 #navit: <@KaZeR> cool :) 19:26 #navit: <@KaZeR> what's the exact output you got? 19:27 -!- drlizau [~liz@billiau.net] has joined #navit 19:30 #navit: < bafplus> solved it! 19:30 #navit: < bafplus> Wi didnt need to replace the spaces afteral! 19:31 #navit: <@KaZeR> all good? 19:31 #navit: <@KaZeR> haha 19:31 #navit: <@KaZeR> -> wiki :) 19:32 #navit: < bafplus> it apended the : =+ , so i removed it, turns out that if you put the string between ' (like the say command does) it works, if you dont use the ' the wget cant handle the paces! 19:33 #navit: <@KaZeR> yes without the '' the space becomes a separator for the next argument 19:35 #navit: < bafplus> wget is windows only right? 19:36 #navit: < bafplus> would you be so kind to look for a linux alternative so i can get both in the wiki? 19:38 #navit: < drlizau> wget is linux 19:38 #navit: < bafplus> aha...so this should also work for linux? 19:39 #navit: < bafplus> kazer, tested with live gps, succes! 19:39 #navit: <@KaZeR> no wget comes from linux. but there is a build for windows 19:39 #navit: <@KaZeR> hey drlizau 19:40 #navit: <@KaZeR> bafplus: awesome! 19:40 #navit: <@KaZeR> we'll need to figure the cache part too 19:43 #navit: < bafplus> That would be nice, when used with vocabulary_name="0" vocabulary_name_systematic="0" vocabulary_distances="0" you only have to "download" all the commands once and then can be read from cache like the current wav function does 19:43 #navit: < bafplus> that way only , say, 100 commands are neede 19:43 #navit: < bafplus> and generated on the fly 19:44 #navit: < bafplus> using streetnames would generate to much different commands since every commands i kind off unique 19:46 #navit: < bafplus> can anybody confirm this also works in linux or even other os? 19:51 -!- mlechner [~mlechner@p54BAAEE3.dip0.t-ipconnect.de] has joined #navit 19:54 -!- mlechner [~mlechner@p54BAAEE3.dip0.t-ipconnect.de] has quit [Client Quit] 19:56 -!- tryagain [~quassel@178.216.76.97] has quit [Remote host closed the connection] 20:04 #navit: <@KaZeR> which part? the script of the vocabulary ? 20:04 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 20:14 -!- jandegr [50c83793@gateway/web/freenode/ip.80.200.55.147] has joined #navit 20:28 #navit: < bafplus> the script (using another audioplayer i would guess) 20:29 #navit: < bafplus> added to wiki but needs to be reviewed because of my bad grammer ;-) 20:30 -!- KaZeR [~KaZeR@64.201.252.132] has quit [Remote host closed the connection] 20:38 #navit: < bafplus> kazer , made a small correction in the dutch language file to prevent some strange sentences when using full streetnames in directions 20:39 #navit: < bafplus> its one of those strange dutch way of "building" a sentence ;-) 20:41 #navit: < bafplus> afk for a while 21:25 -!- jandegr [50c83793@gateway/web/freenode/ip.80.200.55.147] has quit [Quit: Page closed] 21:38 -!- noradtux [~noradtux@2a02:8108:28bf:fc94::1] has quit [Ping timeout: 260 seconds] 21:38 -!- noradtux [~noradtux@2a02:8108:28bf:fc94::1] has joined #navit 21:51 -!- bafplus [~bafplus@5ED0A3EE.cm-7-1c.dynamic.ziggo.nl] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC] 22:24 -!- KaZeR [~KaZeR@75.144.20.73] has joined #navit 22:24 -!- mode/#navit [+o KaZeR] by ChanServ 22:39 -!- bafplus [~bafplus@5ED0A3EE.cm-7-1c.dynamic.ziggo.nl] has joined #navit 22:45 #navit: < bafplus> Kazer is it possible to hotlink to a sertain map on the planet extractor? 22:46 #navit: < bafplus> Like if i want to send someone a direct link to download, say, the benelux map? 22:47 #navit: < bafplus> also useful for some mapupdate plugin of some kind ;-) 22:58 #navit: < bafplus> i'm thinking of a simple script that checks/displays the current version and a "update/download" button to download the file, empty the destination folder and put the download in. Prefered with a statusbar in gui 23:08 #navit: <@KaZeR> bafplus: yes you can, just give him the osmbbox url 23:08 #navit: <@KaZeR> and remove the timestamp part 23:08 #navit: <@KaZeR> btw, the script we wrote is only for windows 23:18 #navit: < bafplus> ah, good to know about the script 23:19 #navit: < bafplus> Malking a mapupdater is going on my todolist ;-) 23:19 #navit: < bafplus> heading for bed, good night and thanks again! 23:22 -!- xenos1984 [~quassel@131-237-196-88.dyn.estpak.ee] has quit [Remote host closed the connection] 23:31 #navit: <@KaZeR> sure, have a good night 23:50 -!- bafplus [~bafplus@5ED0A3EE.cm-7-1c.dynamic.ziggo.nl] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Go on, try it!] --- Log closed Fri Nov 07 00:00:34 2014