Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2011-02-12

00:01:56 Quit {phoenix} (Read error: Connection reset by peer)
00:02:41 Quit bmbl (Quit: Verlassend)
00:03:07Suit_Of_SablesHmmm I don't seem to have write permission to my device's "MUSIC" dir. but I can't chown it while it is mounted. I have chowned the mount point but that doesn't seem to help
00:04:31gevaertsFAT doesn't have traditional unix permissions
00:05:38TorneOnly the user who mounted it will be able to write to it
00:05:49Torneunless you specifically request otherwise at mount time with options
00:06:47Suit_Of_SablesTorne: I mounted it with root yet when I try and rsync with root I get the same error
00:11:35 Quit Stummi (Quit: Bye!)
00:13:50 Quit saratoga (Quit: Page closed)
00:13:58 Quit komputes (Remote host closed the connection)
00:17:54 Join sideral [0] (~sideral@rockbox/developer/sideral)
00:23:25sideralgevaerts, saratoga: It looks like you guys didn't reach a consensus while I was away :)
00:27:27Suit_Of_Sablescould someone please enlighten me as to how I can mount my vfat samsa fuze as writable under linux? I'm going banannas here
00:28:12 Quit Keripo (Quit: Leaving.)
00:30:49sideralSuit_Of_Sables: has your filesystem perhaps been remounted read-only due to filesystem errors? Check dmesg to check.
00:32:31Suit_Of_Sablessideral: dmesg | grep read returns no output
00:33:30sideralwhat does mount say? id? ls -l <mountpoint>?
00:34:23Suit_Of_Sablesmount returns no error output
00:34:49 Quit kugel (Remote host closed the connection)
00:35:13Suit_Of_Sablesdrwxr-xr-x from ls -l and root owns the subdirectories
00:35:20sideraldoes it say the vfat fs is mounted rw?
00:36:26sideral(I mean mount)
00:36:26sideralAnd what does `id' say?
00:37:04Suit_Of_Sablesthis is the output of ls -l /mnt/point http://pastebin.com/TYu16LBH
00:37:30Suit_Of_Sablesid outputs uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log)
00:38:16Suit_Of_Sablesmount shows the device to be mounted (rw) :/
00:38:57sideralhmm... what's the exact error message when attempting to write to the device?
00:39:33 Quit benedikt93 (Quit: Bye ;))
00:39:36sideralAlso, have you tried rebooting the device?
00:40:03Suit_Of_Sablesrsync: recv_generator: mkdir "/mnt/fuze/MUSIC/Neko Case & Her Boyfriends - Furnace Room Lullaby" failed: Permission denied (13)
00:41:38 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
00:42:30sideralcan you write to the device's root directory? try "touch /mnt/fuze/foo"
00:42:53Suit_Of_Sablespermission denied
00:43:46 Quit DerPapst (Quit: Leaving.)
00:43:55sideralHave you tried rebooting the device?
00:46:06 Join Keripo [0] (~Keripo@eng130.wireless-resnet.upenn.edu)
00:46:13 Quit kevku (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
00:48:37 Quit Suit_Of_Sables (Ping timeout: 246 seconds)
00:50:33 Join Suit_Of_Sables [0] (~ennui@c-71-232-78-65.hsd1.ma.comcast.net)
00:50:41Suit_Of_Sablesone thing that is odd. with the sansa fuze, It is off but goes into the orinial firmware when plugged in, when unplugged it boots into the factory firmware. and I always have to turn it off and on again to get back into rockbox
00:51:11 Quit ender` (Quit: drug, n: A substance that, injected into a rat, produces a scientific paper.)
00:51:39sideralthat's normal I guess
00:53:57sideralhow are you mounting the device? do you do that manually or is it done automatically?
00:55:47 Quit robin0800 (Quit: Leaving)
00:56:00Suit_Of_Sablesmanually
00:56:14sideralas root I guess...
00:56:19Suit_Of_Sablesyeah
00:58:03Suit_Of_Sablesmount /dev/sdb -t vfat -w /mnt/point
01:00
01:00:22 Quit mlt- (Quit: CGI:IRC)
01:00:54sideralstupid question: what's your umask?
01:02:25Suit_Of_Sablesstupid answer: i don't know. I don't have anything set for this device in fstab
01:03:33sideraltype "umask"
01:03:50 Quit guymann (Read error: Operation timed out)
01:04:19Suit_Of_Sables0022
01:05:21sideralI was asking because the mount manpage indicates that the umask is used for all kinds of permission stuff on FAT filesystem. But this looks sane
01:05:22 Quit liar (Read error: No route to host)
01:05:48*TheSeven is confused
01:05:56TheSevenhow does that USB_DETECT_BY_CORE thing work?
01:06:10TheSevenif i define that, i can't manage to make it detect USB, no matter what I do
01:06:19 Quit dfkt (Quit: -= SysReset 2.53=- Sic gorgiamus allos subjectatos nunc.)
01:06:21sideralSuit_Of_Sables: can you do a "strace touch /mnt/fuze/foo" and report which system call is returning ENOACCESS?
01:07:38sideral(or EACCES)
01:07:51 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
01:10:02Suit_Of_Sablesi managed to get it to mount as readable by adding /dev/sdb to fstab with users,rw,owner,umask=000 0 0
01:10:25Suit_Of_Sablesbut this will not always be /dev/sdb when plugged in
01:12:41 Join casainho [0] (~chatzilla@bl17-243-94.dsl.telepac.pt)
01:12:43sideralstrange. perhaps some funky udev/hal/policykit interaction. I'm out of ideas.
01:12:51*sideral goes bananas as well
01:13:04Suit_Of_Sableswell thanks for your help! :)
01:13:22sideralno problem!
01:18:24***Saving seen data "./dancer.seen"
01:20:52linuxstbSuit_Of_Sables: You can use /dev/disk/by-id/whatever (or by-uuid or by-something-else...) instead of /dev/sdb
01:24:22pamauryTheSeven: USB_DETECT_BY_CORE means (if I'm correct) that basically the system is notified of usb insertion on the first usb event on the bus (typically, get device descriptor). However I don't really know how the driver initalization works in this case
01:25:59 Quit sideral (Quit: Leaving.)
01:26:27TheSevenpamaury: I basically copied the logic from your AS3525v2 driver
01:26:51pamauryyou are taking risks :)
01:28:44 Join guymann [0] (~charles@66-159-145-2.adsl.snet.net)
01:29:02pamauryActuallt, I'm not quite sure AS3525v2 uses USB_DETECT_BY_CORE
01:31:03 Quit factor (Ping timeout: 272 seconds)
01:32:31 Quit Xerion_ (Quit: )
01:32:59 Join Xerion [0] (~xerion@5419A4D7.cm-5-2c.dynamic.ziggo.nl)
01:35:34pamaurythe usb initialization code is really a mess
01:37:24CIA-70New commit by dave (r29287): Remove unused variable "need_full_path" - it was removed in r28592
01:39:30 Join badcam [0] (~badcam@ip-118-90-85-242.xdsl.xnet.co.nz)
01:40:01pamauryon as3525 for example, the init path is: ascodec detects insert -> calls usb_insert_int -> set connected=1. At the same time, a usb thread is polling usb status by calling usb_detect. So usb_detec() -> connected==1 -> return USB_POWERED -> usb.c calls usb_enable(true) -> calls usb_core_init -> calls usb_drv_init
01:41:50CIA-70r29287 build result: All green
01:43:44Suit_Of_Sablesargh... rysnc looked like it was working. It made a folder in /mnt/fuze/MUSIC but nothing was written within that folder...
01:45:53 Quit stripwax (Read error: Connection reset by peer)
01:46:28 Join factor [0] (~factor@75.108.68.114)
01:58:01 Quit pamaury (Remote host closed the connection)
01:59:31 Quit liar (Ping timeout: 255 seconds)
02:00
02:01:38 Quit Guest64118 (Read error: Connection reset by peer)
02:31:21 Quit leavittx (Ping timeout: 240 seconds)
02:32:18badcamHey Everyone. Could I have some advice please on how to use the [options] in a Bar Tag? I'd like to be able to show the current file position with no background fill bar and only an Image showing the current file position. No prior fill. I presumed I could use something like %pb(x,y,width,height,slider myimage.bmp,nofill) Am I on the right track?
02:42:34 Quit Dhraakellian (Quit: reboot)
02:43:05 Join t0rc [0] (~t0rc@unaffiliated/t0rc/x-5233201)
02:47:46 Quit antil33t ()
02:56:10 Quit casainho (Quit: ChatZilla 0.9.86 [Firefox 3.6.12/20101027124101])
03:00
03:18:25***Saving seen data "./dancer.seen"
03:26:04 Quit Dreamxtreme (Read error: Connection reset by peer)
03:26:23 Join Dreamxtreme [0] (~Dre@92.30.213.148)
03:29:25 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
03:50:24Suit_Of_Sablesso vfat is a pain in the but. but i suppose it would be a bad idea to make a new file system on my sansa fuze eh? like ext3? it would probobly brick it right?
04:00
04:03:19 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:03:19 Quit amiconn (Disconnected by services)
04:03:20 Quit pixelma (Disconnected by services)
04:03:22 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:03:24 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:03:36 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:05:52 Join Barahir_ [0] (~jonathan@frnk-590ff3e5.pool.mediaWays.net)
04:06:49 Quit TheSeven (Ping timeout: 240 seconds)
04:09:46 Quit Barahir (Ping timeout: 276 seconds)
04:10:44 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
04:32:00 Quit froggyman (Ping timeout: 255 seconds)
05:00
05:03:54S_a_i_n_tsideral: my issue with FS #11821 has...for lack of a better way of putting it, vanished.
05:04:48S_a_i_n_tThe end result left the DB in an un-inited state, but I'm not so sure it had anything to do with the actual DB or not.
05:05:33S_a_i_n_tSVN magically works again now, without any patches....so...*stumped*.
05:05:49S_a_i_n_tI stil get terrible disk corruption though :/
05:05:56S_a_i_n_t*still
05:07:18S_a_i_n_t[12:43] <JdGordon1> S_a_i_n_t: ok, if we had a proper "current screen" system... what would you expect the current screen to be when you enter the (example) WPS context menu? <−− I would expect it to have the parent screens titlebar.
05:09:16S_a_i_n_t[13:17] <JdGordon1> RaaaAA really should be have an AA scraping activity for when it isnt found locally <−− I suggested using the "albumthumbs" dir on the SDcard if we could understand it a while ago, failing that...embedded AA.
05:14:21 Quit badcam (Quit: Leaving)
05:17:20 Join badcam [0] (~badcam@ip-118-90-85-242.xdsl.xnet.co.nz)
05:18:27***Saving seen data "./dancer.seen"
05:18:53 Quit factor (Read error: Connection reset by peer)
05:23:02 Quit t0rc (Quit: Give someone code, help them with one project. Teach someone to code, help them rule the world.)
05:25:50 Quit w0m (Ping timeout: 240 seconds)
05:36:43 Join factor [0] (~factor@75.108.68.114)
05:36:52 Join Rob2222 [0] (~Miranda@p4FFF1250.dip.t-dialin.net)
05:40:48 Quit Rob2223 (Ping timeout: 250 seconds)
05:56:13Suit_Of_Sablescan you turn screen dump on from within the rockbox firmware?
05:56:31Suit_Of_Sablesoops found it
05:56:46S_a_i_n_tas I understand, that's the *only* way to do so.
06:00
06:11:45 Quit T44 (Read error: Connection reset by peer)
06:11:55 Join T44 [0] (~Topy44@f049011167.adsl.alicedsl.de)
06:14:10 Quit logbot (Ping timeout: 250 seconds)
06:14:10***ERROR: (Closing Link: giant.haxx.se (Ping timeout: 250 seconds)) from jordan.freenode.net
06:14:10***Cleanup
06:14:10***Cleanup
06:14:10***Saving seen data "./dancer.seen"
06:14:10***Exit
06:14:12***Started Dancer V4.16
06:14:12***Connected to irc.freenode.net on port 6667
06:14:12***Logfile for #rockbox started
06:14:12Mode"logbot :+i" by logbot
06:14:16***Server message 501: 'logbot :Unknown MODE flag'
06:14:16 Join logbot [0] (~rockbox@giant.haxx.se)
06:14:16 Join T44 [0] (~Topy44@f049011167.adsl.alicedsl.de)
06:14:16 Join Rob2222 [0] (~Miranda@p4FFF1250.dip.t-dialin.net)
06:14:16 Join factor [0] (~factor@75.108.68.114)
06:14:16 Join badcam [0] (~badcam@ip-118-90-85-242.xdsl.xnet.co.nz)
06:14:16 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
06:14:16 Join Barahir_ [0] (~jonathan@frnk-590ff3e5.pool.mediaWays.net)
06:14:16 Join pixelma [0] (quassel@rockbox/staff/pixelma)
06:14:16 Join amiconn [0] (quassel@rockbox/developer/amiconn)
06:14:16 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
06:14:16 Join Dreamxtreme [0] (~Dre@92.30.213.148)
06:14:16 Join Xerion [0] (~xerion@5419A4D7.cm-5-2c.dynamic.ziggo.nl)
06:14:16 Join guymann [0] (~charles@66-159-145-2.adsl.snet.net)
06:14:16 Join Suit_Of_Sables [0] (~ennui@c-71-232-78-65.hsd1.ma.comcast.net)
06:14:16 Join Keripo [0] (~Keripo@eng130.wireless-resnet.upenn.edu)
06:14:16 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
06:14:16 Join mudd1 [0] (~cmertes@ip-78-94-203-49.unitymediagroup.de)
06:14:16 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.0.86)
06:14:16 Join Zambezi [0] (Zulu@80.67.9.2)
06:14:16 Join krazykit [0] (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
06:14:16 Join Galois [0] (djao@efnet-math.org)
06:14:16 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
06:14:16 Join feisar- [0] (jljhook@ihq.in)
06:14:16 Join Horscht [0] (~Horscht@xbmc/user/horscht)
06:14:16 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
06:14:16 Join jae [0] (~jae@dedicated.jaerhard.com)
06:14:16 Join ranmachan [0] (ranma@yumi.tdiedrich.de)
06:14:16 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
06:14:16 Join bzed [0] (~bzed@devel.recluse.de)
06:14:16 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
06:14:16 Join rasher [0] (~rasher@rockbox/developer/rasher)
06:14:16 Join tintamarre [0] (~martin@natkirchberg.tudor.lu)
06:14:16 Join logiclost [0] (~lostlogic@erudite.lostlogicx.com)
06:14:16 Join amee2k [0] (~thomas@ve504.cugnet.net)
06:14:16 Join linuxguy4 [0] (~timj@adsl-75-57-194-123.dsl.emhril.sbcglobal.net)
06:14:16 Join powell14ski_ [0] (~powell14s@c-67-177-228-132.hsd1.co.comcast.net)
06:14:16 Join @ChanServ [0] (ChanServ@services.)
06:14:16 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
06:14:16 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net)
06:14:16 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
06:14:16 Join pikytcus [0] (~bigd@failbox.co.cc)
06:14:16 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
06:14:16 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
06:14:16 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
06:14:16 Join jepler [0] (~jepler@emc/developer/pdpc.professional.jepler)
06:14:16 Join kkit|sh [0] (~kkit@li135-248.members.linode.com)
06:14:16 Join jfc [0] (~john@pool-72-73-80-12.ptldme.east.myfairpoint.net)
06:14:16 Join Strife89 [0] (~Strife89@168.16.226.187)
06:14:16 Join timccc [0] (~timccc@112.166.15.141)
06:14:16 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
06:14:16 Join bluefoxx [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
06:14:16 Join Raptors [0] (~Raptors@dsl-69-172-113-103.acanac.net)
06:14:16 Join thegeek [0] (~nnscript@132.108.34.95.customer.cdi.no)
06:14:16 Join Battousai [0] (~bryan@gentoo/developer/battousai)
06:14:16 Join Guinness` [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
06:14:16 Join soap [0] (~soap@rockbox/staff/soap)
06:14:16 Join Quazgaa [0] (quaz@c-98-247-229-123.hsd1.wa.comcast.net)
06:14:16 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
06:14:16 Join n17ikh [0] (~n17ikh@c-68-59-25-51.hsd1.sc.comcast.net)
06:14:16 Join zu [0] (~zu@ks355000.kimsufi.com)
06:14:16 Join ehntoo [0] (~ehntoo@lug.mtu.edu)
06:14:16 Join jhMikeS [0] (~jethead71@adsl-99-65-126-133.dsl.sfldmi.sbcglobal.net)
06:14:16 Join sbhsu [0] (~a6530466@Zion.dorm.au.edu.tw)
06:14:16 Join eGen_ [0] (generat0r@gate.mmdecin.cz)
06:14:16 Join Kitar|st [0] (~Kitarist@BSN-142-50-245.dial-up.dsl.siol.net)
06:14:16 Join sasquatch [0] (~username@2.208.99.5)
06:14:16 Join simonrvn [0] (simon@197.230-ppp.3menatwork.com)
06:14:16 Join markun_ [0] (~markun@rockbox/developer/markun)
06:14:16 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
06:14:16 Join AlexP [0] (~alex@rockbox/staff/AlexP)
06:14:16 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
06:14:16 Join Utchy [0] (~Utchy@rps6752.ovh.net)
06:14:16 Join plux [0] (~yogurt@h-34-156.A238.priv.bahnhof.se)
06:14:16 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
06:14:16 Join alexbobP [0] (~alex@ppp-70-253-65-89.dsl.austtx.swbell.net)
06:14:16 Join enthdegree [0] (~enthdegre@cpe-024-211-171-023.nc.res.rr.com)
06:14:16 Join CIA-70 [0] (~CIA@208.69.182.149)
06:14:16 Join ThomasAH [0] (~thomas@aktaia.intevation.org)
06:14:16 Join parafin [0] (parafin@paraf.in)
06:14:16 Join ack` [0] (~ack@mingbai.org)
06:14:16 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
06:14:16 Join YPSY [0] (~ypsy@geekpadawan.de)
06:14:16 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
06:14:16 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
06:14:16 Join Loto [0] (~nfs@xbmc/user/Loto)
06:14:16 Join crwl [0] (~crwlll@dsl-jklbrasgw1-fe8edf00-29.dhcp.inet.fi)
06:14:16 Join preglow [0] (thomj@tvilling2.pvv.ntnu.no)
06:14:16 Join elcan [0] (user36@pr0.us)
06:14:16 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
06:14:16 Join [fred] [0] (~fred@ircop.efnet.at)
06:14:16 Join literal [0] (~hinrik@w.nix.is)
06:14:16 Join jordan` [0] (~jordan@jem75-13-78-235-252-137.fbx.proxad.net)
06:14:16 Join scorche [0] (~scorche@rockbox/administrator/scorche)
06:14:16 Join iq [0] (~iq@unaffiliated/iq)
06:14:16 Join Bagder [0] (~daniel@rockbox/developer/bagder)
06:14:16 Join niekie [0] (quasselcor@CAcert/Assurer/niekie)
06:14:16 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
06:14:16 Join blast007 [0] (~blast007@bzflag/developer/Blast)
06:14:16 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
06:14:16 Join vedos [0] (~draft@ihku.org)
06:14:16 Join aevin [0] (eivindsy@unaffiliated/aevin)
06:14:16 Join merbanan [0] (~banan@c-94-255-218-11.cust.bredband2.com)
06:14:16 Join FOAD [0] (~dok@83.161.135.61)
06:14:16 Join simabeis [0] (~simabeis@lobmenschen.de)
06:14:16 Join knittl [0] (~knittl@unaffiliated/knittl)
06:14:16 Join miceh [0] (~mtq@h1439481.stratoserver.net)
06:14:16 Join ved [0] (ved@ddsbox.co.cc)
06:14:16 Join maraz [0] (maraz@kapsi.fi)
06:14:16 Join pjm0616 [0] (~user@110.9.28.45)
06:14:16 Join Hadaka [0] (~naked@naked.iki.fi)
06:14:16 Join Rondom [0] (~rondom@lvps178-77-79-47.dedicated.hosteurope.de)
06:14:16 Join tmzt [0] (~tmzt@76.211.0.152)
06:14:16 Join Torne [0] (~torne@rockbox/developer/Torne)
06:14:16 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
06:53:41 Join froggyman [0] (~seth@98.115.0.7)
06:53:50 Quit froggyman (Changing host)
06:53:50 Join froggyman [0] (~seth@unaffiliated/froggyman)
06:58:28 Join Horschti [0] (~Horscht@xbmc/user/horscht)
07:00
07:01:58 Quit Horscht (Ping timeout: 260 seconds)
07:07:27 Quit BHSPitMonkey (Ping timeout: 265 seconds)
07:10:46 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
08:00
08:00:18 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
08:00:18 Quit bertrik (Changing host)
08:00:18 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
08:14:13***Saving seen data "./dancer.seen"
08:20:56 Quit BHSPitMonkey (Quit: Ex-Chat)
08:38:38 Join MethoS- [0] (~clemens@134.102.106.250)
08:44:00 Join deadatom [0] (~Blaah@pool-70-20-150-168.phlapa.east.verizon.net)
08:44:11deadatomhey all
08:46:26S_a_i_n_tthere are people here...if you have a question about Rockbox, ask away.
08:47:34deadatomi will wait i fear.. dont mind me..
08:52:06 Quit bertrik (Read error: Operation timed out)
08:55:09 Quit Llorean (Read error: Connection reset by peer)
08:55:33 Join Llorean [0] (~DarkkOne@99-68-45-56.lightspeed.hstntx.sbcglobal.net)
09:00
09:14:37 Join sideral [0] (~sideral@213.165.85.248)
09:14:37 Quit sideral (Changing host)
09:14:37 Join sideral [0] (~sideral@rockbox/developer/sideral)
09:16:34badcamYo! I'd appreciate a little help please.
09:19:17badcamI'd like to set up a Bar Tag for the progress bar. I'd like there to be no Bar at all. Only a slider.
09:28:04S_a_i_n_t%pb(0,0,-,-,slider,slider-bitmap,nobar)
09:28:21S_a_i_n_t"slider-bitmap" needs to be %xl'd
09:28:29S_a_i_n_t(iiuc)
09:29:26S_a_i_n_thmmm...actually, I don't think slider-image *does* need to be %xl'd
09:29:29S_a_i_n_ttry it and see.
09:29:48S_a_i_n_ts/slider-image/slider-bitmap/
09:30:42pixelmahmm, wouldn't it be more logical if the slider-bitmap and stuff was in () too? I know it currently isn't and I don't know if nested () would work - just thought it would be more inline with other tags
09:31:05S_a_i_n_tpixelma: I have thought that myself, actually.
09:31:25S_a_i_n_toption,image,option,option is weird.
09:31:45badcamSo it may be the syntax (?). I have to have a comma between the word slider and the bitmap. Correct? Are slider image and slider bitmap the same?
09:31:53 Join Luca_S [0] (~4f0c4fdb@giant.haxx.se)
09:32:02S_a_i_n_tbadcam: No.
09:32:13 Join {phoenix} [0] (~dirk@p57AA50BD.dip.t-dialin.net)
09:32:14S_a_i_n_tslider-bitmap is the name on your slider bitmap.
09:32:18S_a_i_n_tso is "slider"
09:32:29S_a_i_n_ts/on/of/
09:32:34 Quit {phoenix} (Read error: Connection reset by peer)
09:32:35Luca_SHello everybody, just a line to confirm that latest SVN with USE_ROCKBOX_USB works fine on FuzeV2, multiple reinsertions no longer cause USB1.1 mode :-)
09:32:54S_a_i_n_tslider == the name of your slider bitmap
09:33:14S_a_i_n_tshit!
09:33:19S_a_i_n_tdon't listen to me ;)
09:33:22badcamSay I had a bitmap that was 6 x 6. All I want to see is the Image moving from say left to right, with nothing being filled in behind it on the left side).
09:33:23*pixelma still doesn't use bitmap progressbars much, actually all the newer own ones have a drawn progressbar
09:33:47S_a_i_n_thaha..."slider" == the slider option, "slider-bitmap" is the name of the bitmap you're using for the slider.
09:33:53S_a_i_n_tbadcam: ^
09:34:36pixelmaLuca_S: which OS? I'm asking because I seem to remember that there was more trouble with Rockbox USB on the Fuze v2 with Windows than with linux
09:34:49Luca_SWindows 7
09:35:28badcam So, I would have something like this −−> %pb(0,0,-,-,slider,mybitmap.bmp,nobar)
09:36:41S_a_i_n_tI don't *think* it needs the extension, but...it might.
09:37:47S_a_i_n_tthe manual is a little vague...and I didn't follow the "lets pack a million things into the bar-style tags" movement too closely ;)
09:38:11Luca_Sjust started synchronizing an entire 8gb uSD with mediamonkey - btw, the rockbox+mediamonkey combo is great. if only there was a way to sync song rating... :)
09:40:20pixelmaS_a_i_n_t: you wished for one more parameter yourself ;)
09:40:44badcamI've tried a %xl If I use that, then I should be able to use the assigned letter. Correct? Not working for me though. I'll try the %pb with just the name of the bitmap and no .bmp
09:40:45S_a_i_n_tpixelma: one out of....how may? ;)
09:41:01pixelmadon't know, see above
09:44:06badcamI'm getting nowhere. Does anyone know of a theme where someone has used a slider image?
09:44:45pixelmadid you have a look at the theme site?
09:46:52badcamSome. There's certainly NOTHING like that on the Clip themes. I'll have another look see...
09:48:13badcamBesides, it's hard to tell as they're still images.
09:49:03 Join stoffel [0] (~quassel@p57B4DB13.dip.t-dialin.net)
09:49:06 Join cmh [0] (~cmh____@cvl92-1-82-227-103-155.fbx.proxad.net)
09:49:09badcamI'll just have to look for themes that don't look like they have progress bars (or volume bars etc) ;)
09:49:34 Join esperegu [0] (~quassel@145.116.15.244)
09:50:53 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
09:51:44 Join kevku [0] (~kevku@2001:7d0:0:f9af:feed:feed:feed:feed)
09:57:33 Join dfkt [0] (dfkt@unaffiliated/dfkt)
10:00
10:02:23 Quit dfkt (Read error: Connection reset by peer)
10:05:15sideralLuca_S: Can Mediamonkey sync song ratings with another MP3 player, and if so, how is it done?
10:07:42 Join ender` [0] (krneki@foo.eternallybored.org)
10:11:23 Join kugel [0] (~kugel@rockbox/developer/kugel)
10:13:13pixelmaLuca_S: it's been done for other players, see http://forums.rockbox.org/index.php/topic,24936.0.html . If mediamonkey is open source maybe you could get someone to do it or code it yourself
10:14:17***Saving seen data "./dancer.seen"
10:18:58badcamThe closest I've come so far, to finding a theme that uses Bar Tag Options is S_a_i_n_t 's Symmetry. Heh heh. But, you've only named one of your bitmaps slider. Symmetry Slider.
10:21:56 Join n1s [0] (~n1s@rockbox/developer/n1s)
10:23:18pixelmabadcam: the "SMART" ones on the e200 page look like the use a slider
10:23:35pixelmathe two in the ttop row
10:26:11 Join leavittx [0] (~leavittx@89.221.199.187)
10:27:07badcamI'm actually looking at the E200 now. Top row? They just look like standard PB's to me. I'll download them and check for sure...
10:27:09badcamthanks.
10:27:13badcam:)
10:27:47 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
10:30:45S_a_i_n_tSymmetry doesn't actually use any of the "advanced" bartag options.
10:31:10S_a_i_n_tI named that bitmap *looooong* before (about a year, probably) those options were in SVN ;)
10:31:57S_a_i_n_tand yes, pixelma is correct, SMART and SMARTie themes should give you a clear exapmple of what you need to do to achieve this.
10:32:46S_a_i_n_tbadcam: when you figure it out, post the syntax here...the wiki/manual may well be incorrect, or, it might be broken in SVN.
10:32:54S_a_i_n_t*when/if
10:32:58badcampixelma: None of those use Bar Tag options. And yes S_a_i_n_t exactly as I was saying. You just use the word slider. No bar tags there. Do you recall ever using them in any of your themes?
10:34:24pixelmano, as mentioned above I didn't even use bitmapped progressbars lately...
10:37:09badcamSmart and Smartie don't use bar tags. In fact, I can't even see a %pb in those WPS's.
10:38:19pixelmathey do, the progressbar is in the SBS though
10:39:16badcamAh ha! I haven't been near an SBS yet. I'm a WPS kind-a-guy ;) Thanks. I'll look...
10:39:26S_a_i_n_thmmm...the SMART/ie's seem to be different between the different hardware evrsions.
10:39:51S_a_i_n_tI do seem to remember a theme doing exactly what you wanted, though. and I'm sure it was one of those two.
10:40:04badcamYup. They're there all right. Excellent.
10:40:38badcamThanks Guys. That'll get me going. Thank you.
10:41:22S_a_i_n_tcan you paste the syntax out of interest?
10:42:04 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
10:42:16Luca_Ssideral, pixelma: sounds like someone already did the hard work: http://forums.rockbox.org/index.php?topic=26696.0 :-) i'm gonna try it soon
10:42:51 Quit mc2739 (Ping timeout: 240 seconds)
10:44:07badcamS_a_i_n_t: Is that Q for me?
10:44:51 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
10:45:40badcam%pb(0,0,98,4,-,slider,I,nofill,nobar) %xl(I,slider.bmp,0,0)
10:45:58badcamWhy is it in the SBS and not the WPS?
10:47:01S_a_i_n_tbadcam: so it can be easily re-used without excess code duplication.
10:47:08S_a_i_n_tthe fms probably uses it too.
10:47:38badcamI never knew you could do that. Handy.
10:47:51S_a_i_n_tI KNEW I'd been it somewhere before!!
10:47:58S_a_i_n_thttp://themes.rockbox.org/index.php?themeid=1264&target=ipodcolor <−− badcam
10:48:07n1samiconn: are you fine with closing FS #11921 since it's a hardware bug and already listed in KNOWN_ISSUES ?
10:48:16S_a_i_n_tthat does *exactly* what you want, and, he's a good there (in some respects)
10:48:26S_a_i_n_ts/there/themer/
10:49:29amiconnn1s: yes
10:50:43n1sgreat, closed
10:50:55*amiconn thinks that if we ever implement that framewalker, restarting the recording might not even be necessary
10:51:20n1sseems unlikely anyone will implement it though
10:51:26badcamGreat. Plenty to go on, for now. Thanks and have a good night.
10:51:44amiconnSince we know it's a bit shift, we could apply bit shift correction on the fly if we're able to detect the shift amount quickly
10:55:19 Join JdGordon1 [0] (~jonno@124-168-182-39.dyn.iinet.net.au)
11:00
11:03:33 Quit stoffel (Ping timeout: 255 seconds)
11:15:21 Quit leavittx (Ping timeout: 250 seconds)
11:18:51 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:23:19 Quit n1s (Quit: Ex-Chat)
11:30:19 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
11:31:01 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
11:31:39 Quit domonoky (Client Quit)
11:32:20 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
11:37:07 Join mystica555 [0] (~Mike@m342636d0.tmodns.net)
11:37:57 Quit Judas_PhD (Quit: This is a quitting message)
11:43:31 Join Kitr88 [0] (~Kitarist@BSN-182-143-243.dial-up.dsl.siol.net)
11:47:37 Quit Kitr88 (Ping timeout: 240 seconds)
11:47:55 Quit Kitar|st (Ping timeout: 276 seconds)
11:48:48 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
11:53:14 Join Kitar|st [0] (Kitarist@89.142.78.106)
12:00
12:13:27 Quit Horschti (Read error: Connection reset by peer)
12:13:42 Join Horschti [0] (~Horscht@p5DD57DF6.dip.t-dialin.net)
12:13:51 Quit Horschti (Changing host)
12:13:51 Join Horschti [0] (~Horscht@xbmc/user/horscht)
12:14:18***Saving seen data "./dancer.seen"
12:18:44 Quit GeekShadow (Ping timeout: 260 seconds)
12:20:53 Quit kugel (Remote host closed the connection)
12:21:37Luca_Suhmmm... is a database refresh expected to be _really_ slow (1hr?) with 10gb of music (fuzev2)?
12:25:39pamaurysounds strange
12:25:46pamaurydid the refresh finish ? Maybe it's stuck
12:26:30 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
12:26:55 Quit Luca_S (Quit: CGI:IRC (Ping timeout))
12:27:11 Join Luca_S [0] (~4f0c4fdb@giant.haxx.se)
12:27:30Luca_Sactually no, it's not finished yet. I can hard reset however
12:28:15Luca_Si loaded music with rb usb, it could be that some fat corruption sent it in a loop?
12:30:37pamaurypossible, there have been report of database refresh never finishing but you should check the fat before
12:31:50Luca_Sok, hard reset > rockbox stuck at bootloader image, never loads the main menu. something is wrong.. booting OF now
12:31:52Luca_Sok, hard reset > rockbox stuck at bootloader image, never loads the main menu. something is wrong.. booting OF now
12:31:56Luca_Smmm cgi lagging, sorry
12:38:32Luca_Sscandisk found and corrected errors. how can I delete all traces of the database, to try to rebuild it from scratch?
12:40:16pamauryin the .rockbox/ directory, there are a few files like *database*, don't remember the names
12:40:28Luca_Srm *.tcd I suppose
12:40:54Luca_Scan I just delete them?
12:41:15pamauryyes
12:41:40*pamaury takes no responsability if you accidentaly destroy your device :)
12:41:42Luca_Sdoes the db building process require a lot of empty space on the drive? my uSD has about kust 300kb available
12:42:20Luca_Spamaury: i'm not worried, there's always the OF :)
12:42:30Luca_Ss/kust/just
12:42:49pamauryI don't remember exactly, it needs temporary space but don't know the amout, depends on the size of the DB I guess
12:43:58pamauryahahahahahahahaha, a mirable happened today, I finally completely bypasses WinCE on my Mio. Now I just need to figure out the format to get rid of it
12:44:16Luca_Scongrats :D
12:44:49Luca_Srebooted in rockbox, it just said playlist control file invalid, I reset the playlist and it's all fine. now let's rebuild the db
12:45:32Luca_Sit hangs at 317 found :/
12:45:55 Join TheLemonMan [0] (~lem0n@151.62.180.202)
12:46:23Luca_Sis there a way to find on which file it is stuck?
12:46:59pamaurynot sure, check the debug screen but I don't think it prints the current file
12:48:05Luca_Snope, and if hard reset it hangs at the bootloader image again
12:48:14Luca_Slet's restart the of...
12:49:04pamaurytry to run the disk check several times, perhaps there are still errors. Make sure it corrects them
12:49:32Luca_Salready did that, however I have the suspicion that it's the hard reset that's causing them, not vice versa
12:49:53 Join michael [0] (~Stummi@p5DF28CC6.dip0.t-ipconnect.de)
12:50:19 Nick michael is now known as Guest34981 (~Stummi@p5DF28CC6.dip0.t-ipconnect.de)
12:50:47 Quit Guest34981 (Changing host)
12:50:47 Join Guest34981 [0] (~Stummi@rockbox/developer/Stummi)
12:50:58 Quit Stummi (Disconnected by services)
12:51:01 Nick Guest34981 is now known as Stummi (~Stummi@rockbox/developer/Stummi)
12:51:41pamauryyes, but it should not block on db refresh in the first place :)
12:52:08pamaurydo you have dircache enabled ?
12:52:23Luca_Swhat's dircache? whatever the default is :)
12:53:49pamaurydefault is on, we never know but I doubt it is the reason. This is strange
12:54:13Luca_Sas soon as the of ends refreshing its db i'll check
13:00
13:01:32 Join Jerom [0] (~jerome@79.132.59.245)
13:02:49Luca_Schkdsk found errors and recovered a file, something full of text like /<microSD1>/Music/Apocalyptica/Metallica by Four Cellos/Fade to Black.mp3
13:05:27Luca_Sa second pass did not find anything. now testing uSD...
13:07:50AlexPpamaury: Is default on? It hasn't been for years and years
13:08:02AlexPBut I may have missed it being switched :)
13:08:58pamauryah no you're right :)
13:09:30Luca_Sdircache is on
13:09:36Luca_Sshould I try turning it off?
13:10:07pamauryyes you can try
13:13:50Luca_Sok, with dircache off it successfully rebuilt the internal memory database (i had unplugged the usd)
13:14:03 Join esperegu_ [0] (~quassel@145.116.10.163)
13:14:09Luca_Snow i plugged in the usd and started a db update
13:14:18Luca_Si'm also in the debug > db screen
13:14:27 Quit esperegu (Ping timeout: 240 seconds)
13:14:33Luca_Sand it shows the songs paths as soon as it scans them
13:14:49Luca_Sand... it stopped with curfile: −−- :/
13:15:57pamaurythen maybe it's stuck after the scanning, when committing
13:16:03Luca_Sif I unplug the usd, the process resumes with local files
13:16:16Luca_Sno, it has resumed scanning...
13:16:21AlexPMaybe it needs a bit of tempory space on the µSD
13:16:27 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
13:16:36Luca_SAlexP: I left 10Mb
13:17:02AlexPI've no idea how much if any, I don't use the database so have no experience
13:17:58pamauryhow many left space on the flash ? (the sb is not important)
13:18:08Luca_S>2 Gb
13:18:11CIA-70New commit by jethead71 (r29288): Fix move_handle in buffering. Calculating wraps by buffer_len - 1 is incorrect. Switch handle movement to memmove calls exclusively.
13:22:12CIA-70r29288 build result: All green
13:24:48Luca_Syep, it's definitely something with the uSD or the files that are over there. when asking to update the db it hangs and restarts only if i unplug the uSD, after that the process works fine, it even commits after a reboot
13:25:51pamauryLuca_S: can you build a custom rockbox firmware or are you using the prebuilt images ?
13:26:22Luca_SI'm using a custom image (defined USE_ROCKBOX_USB)
13:27:09pamauryok, so can you modify a bit the code to enable logging for the database, this way you'll have more information on what is going on
13:27:18Luca_Sgreat!
13:27:27S_a_i_n_tisn't that already in SVN?
13:27:42S_a_i_n_tI'm *damn* sure DB logging was committed.
13:27:44*Luca_S powers up vmware
13:27:54pamauryS_a_i_n_t: on by default ? I doubt it
13:28:02S_a_i_n_tit's in the debug menu.
13:28:20pamaurybut it's not enable
13:28:25pamauryit's not global
13:28:41S_a_i_n_tsystem - debug - metadata log
13:28:43pamauryeach file can enable or not the log output. By default nothing is logged
13:28:57S_a_i_n_tyou simply need enable it, in SVN.
13:29:03S_a_i_n_tit's right there in the debug menu.
13:29:17pamauryyes, you need to enable it
13:29:31S_a_i_n_tbut by "enable", I mean, "select from a menu"
13:29:36S_a_i_n_tno compile necessary
13:29:56pamauryreally ? And what is logged ?
13:30:09S_a_i_n_tyes.
13:30:50S_a_i_n_tit logs each file that's touched during the db update, and if it fails...the last entry is where it failed as I understand it.
13:30:56Luca_Sjust to be sure, let's try S_a_i_n_t's way, it will be a quick test
13:31:03pamauryok
13:31:29pamaurybut if it just logs the file, it will not be sufficient if it fails after (like on comitting)
13:32:07S_a_i_n_tI'm not quite so sure *what* it logs, only that it was created for this purpose.
13:32:53*pamaury missed that
13:33:32Luca_Swhere should the log reside?
13:33:45CIA-70New commit by jethead71 (r29289): Oops. Put back some changes to go only with others.
13:35:36pamauryapparently in system > debug > metadata log
13:37:16 Join leavittx [0] (~leavittx@89.221.199.187)
13:37:48CIA-70r29289 build result: All green
13:38:03pamauryLuca_S: my mistake, looking at the code, you first enable it with system > debug > metadata log and then everything is written to /metadata.log
13:38:15pamaury(in a rather inefficient way, so you disable it afterwards)
13:38:29Luca_Spamaury: don't worry, I have something stranger: with the metadata log enabled, it's working!
13:41:15pamaurythere is weird :-/
13:42:03Luca_Sno, ok, it locked after a lot of parsing
13:42:09Luca_Sthe metadata log is there, let's se
13:42:11Luca_Ssee
13:43:38 Join Buschel [0] (~chatzilla@p54A3A991.dip.t-dialin.net)
13:44:53Luca_Sok, it logs file names only. not bad. is there some tool I can point the file to and get an integrity report? mp3tag says nothing especial.
13:45:25Luca_Sactually, i will just delete it and let it run again
13:48:06 Quit Stummi (Quit: Bye!)
13:51:02Luca_Si have an idea... where is the database file?
13:51:07Luca_Sthe source file I mean
13:52:35pamauryapps/tagcache.c
13:53:15pamauryif you want more debugging, you can enable much more precise logging
13:53:57 Quit JdGordon| (Ping timeout: 265 seconds)
13:54:04Luca_Show? I think that it fails on files that have the 'Date' tag set to 'yyyy-mm-', without a day (Musicbrainz tagger does that sometimes)
13:54:51pamauryrerun configure, do an advanced build and enable logf. Then in apps/tagcache.c, you add #define LOGF_ENABLE just BEFORE #include "logf.h"
13:55:38Luca_Sok
13:55:39pamauryLuca_S: which tags ? (MP3 ?)
13:56:03pamauryactually, the tagcache.c itself doesn't do tag parsing, it's the metadata parsers' job
13:56:15 Join stoffel [0] (~quassel@p57B4DB13.dip.t-dialin.net)
13:56:43Luca_SID3v2.4, tag YEAR, value "2005-02"
13:57:48pamauryhuh, 2005-02 is hardly a year :)
13:58:35pamaurythen you can have a look at apps/metadata/{metadata_common.c,id3tags.c}
14:00
14:04:56Luca_Sit seems fine to me... id3tags does just an atoi of the input string to get the year, which should work. back to square one...
14:06:12Luca_Slet's do a logf build
14:09:16Luca_Sit's not my day :D configure halted :D
14:09:57Luca_Sit freezes right after "logf support enabled"
14:10:02BuscheljhMikeS: r28289 survived some heavy skipping fwd/rwd, rebuffering and seeking so far −− including album art loading. are there any special use cases I should test? or should I just let it play for some hours?
14:10:35Luca_Slet's Ctrl+C and build anyway
14:11:06Buschel(on iPod Video 30GB, btw)
14:11:08jhMikeSBuschel: I've been playing on my clip for hours with albums alternating track ogg/mp3 without issues. I'd just say try to beat the heck out of it.
14:11:16Buschel:)
14:14:19***Saving seen data "./dancer.seen"
14:15:46*Buschel stresses buffering with high CPU-load codecs now
14:18:15Buschellocked up :/
14:18:17jhMikeSThere's still only one spot I found where the overflow could happen
14:18:38sideralLuca_S: you could quickly test your earlier theory (year-month-nothing breakage) by removing the file in question, retry the DB build, and in a second step putting it back (or throwing a bootload of test files with this signature on your player)
14:18:45jhMikeSBuschel: what sort of lockup? hard?
14:19:20Buschelquite hard, it even does not swith off the backlight. no reaction, will reset now
14:20:00BuschelI played an atrac3 (high cpu load) and selected a AAC-HE file for playack via file browser.
14:20:07jhMikeSpure SVN or the patch I have?
14:20:11Buschelit shows "loading..." −− since minutes
14:20:25Buschelsvn @r28289
14:21:22*S_a_i_n_t seems to have some complicated balance of svn and various patch magic going on in his buffering code.
14:21:41jhMikeShmm...there's still not the other fixes
14:22:06BuscheljhMikeS: of course this is not reproducible...
14:23:53pamauryomg, it works !!!!!
14:23:53jhMikeSis dircache enabled (recall that randomness I and others had)?
14:24:08pamauryI can run custom code on my mio with a custom wince image \o/
14:24:46BuscheljhMikeS: yes, dircache is activated
14:25:15Luca_Ssideral: I just ruled out my theory - it crashed on a file without date tags...
14:25:33Luca_Spamaury: congratulations! but which device?
14:25:46 Quit Llorean (Changing host)
14:25:46 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
14:26:02pamaurymio c510e, it's a GPS device :)
14:26:20Luca_SWTF!
14:26:21Luca_S:D
14:26:31*S_a_i_n_t demands the rockbox port for it yesterday!
14:27:10 Join bmbl [0] (~bmbl@dsl22-46.pool.bitel.net)
14:27:10 Quit bmbl (Changing host)
14:27:10 Join bmbl [0] (~bmbl@unaffiliated/bmbl)
14:27:23Luca_Ssure it's a strange device to port rockbox on :D
14:28:01pamaurywell, apart from the fact that is has a GPS receiver, it's a perfect rockbox device: touchscreen, HP, audio out, mic, bluetooth, usb
14:28:25pamauryexcept that it runs windows ce :-[
14:28:44pamauryand it's using a s3c2440 for which rockbox has a port
14:28:51Buschelwtf. I was playing mp3 files from a folder and skipped fwd/rwd haevily. somehow it now entered a sub-folder and plays file from it. I did not enter the file browser to move to this folder...
14:29:25Luca_Swith GPS and bluetooth, I demand Facebook integration in rockbox! -> /me is listening to Whatever
14:29:27Luca_S:)
14:29:38Luca_Scongratulations - going to have lunch now, see you
14:30:01jhMikeSBuschel: I doubt it could get that info except from the playlist
14:30:33pamaurywho told me a device also had a wince kernel and could benefit from my hacking on the format ?
14:30:37BuscheljhMikeS: I don't think this is caused by your changes. just another underlying issue rockbox has...
14:31:36jhMikeSBuschel: folders don't always play in the expected order I've noticed...going in reverse vs. forward :)
14:32:48 Join DerPapst [0] (~Alexander@91-66-226-46-dynip.superkabel.de)
14:33:32Buschelin the forums there is the next guy reporting iPod Video does not play any files using 3.7.1
14:33:49Buschelstrange...
14:34:58jhMikeShmmm...clearly not the case for everyone
14:35:07LloreanBuschel: Sometimes people think they're using the release, when they're really talking about the current build. There's this whole "3.7.1 means ever version after that came out right?" thought process.
14:35:13LloreanIt might be best to double check somehow
14:37:11BuschelLlorean: good point, just asked him how current build behaves. maybe I'll just ask for the revision in the info screen to be sure
14:38:04jhMikeSwhich topic is that?
14:38:52Buschelhttp://forums.rockbox.org/index.php/topic,27227.0.html
14:40:49jhMikeSbad COP? :)
14:40:50 Quit stoffel (Read error: Operation timed out)
14:43:02jhMikeSout of sync .lang files can do that too (just a thought)
14:43:42S_a_i_n_tBuschel: You may want to check what "rebooted" means also.
14:44:01S_a_i_n_the's probably riddled with disk corruption from menu+select resets
14:44:16jhMikeSwon't a restore fix that?
14:45:57jhMikeSgreylib is just so wrong on OLED :\
14:46:23jhMikeSfire looks more like "millions of fleas jumping"
14:47:04S_a_i_n_tby tge sounds of his last post, he could easily have a corrupted disk.
14:47:12S_a_i_n_t*the
14:48:07S_a_i_n_trebooting while the db is trying to init, where I almost guarantee that "rebooting" is a hard reset.
14:48:20Buscheljust asked if it is possible for him to join us here
14:55:43jhMikeSBuschel: I can haz commit patch? I'm not convinced one can rule out buffer without it (or blame it for anything new that show itself).
14:58:42BuscheljhMikeS: you're talking of submitting the large patch in FS #11863?
14:58:56jhMikeSyeah
14:59:53jhMikeSI'd rather any real testing be done with it
14:59:56BuschelI'd say -> submit. The playback/buffering is buggy as it is. If the patch gives the chance to fix some bugs it should go in. If there sould occure too many side effects we could just remove it from the 3.8 release..
15:00
15:00:40 Quit Horschti (Quit: Verlassend)
15:00:43BuschelI will put it on my iPod immediately and let it run for a while :)
15:00:46jhMikeSrighto
15:01:00S_a_i_n_toh...wow, I can stop watching/syncing that mess in my tree now, excellent ;)
15:01:01jhMikeSI've been using that change all week
15:01:10*S_a_i_n_t too
15:02:28Buschelany ideas how to proceed with all those multiple bug reports? I would like to reduce it to a few reports kept open (e.g. FS #11863) and close the others...
15:03:08jhMikeSwhich in particular?
15:04:11Buschelfor example: 11390, 11764, 11846. maybe 11775
15:04:42Buschelmaybe also 11746
15:05:05jhMikeS11390, wtf?
15:05:11Buschelthey are stated as "related tasks" in FS #11863
15:06:32jhMikeSwas 11390 pre-EABI? I had the same issue but it just vanished and never returned.
15:06:50jhMikeSI think there was a conflict after some skin change with the DMA blob
15:08:50jhMikeSLlorean: Is FS #11390 still valid?
15:11:50 Quit antil33t (Read error: Connection reset by peer)
15:11:59 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
15:17:55*jhMikeS wonders if the beast problem that began with the skin change is still evidencing itself in sneaky ways
15:19:16 Quit amiconn (Read error: Operation timed out)
15:19:20 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
15:19:37 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
15:19:41 Quit pixelma (Read error: Operation timed out)
15:20:06 Join pixelma [0] (quassel@rockbox/staff/pixelma)
15:20:49 Join n1s [0] (~n1s@rockbox/developer/n1s)
15:27:31 Quit Keripo (Quit: Leaving.)
15:31:32 Quit Buschel (Ping timeout: 276 seconds)
15:49:55 Quit markun_ (Ping timeout: 260 seconds)
15:52:31 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
15:59:41 Join markun [0] (~markun@rockbox/developer/markun)
16:00
16:04:34 Quit n1s (Read error: No route to host)
16:05:13LloreanjhMikeS: That one was fixed some time ago, I think. But I've mainly been using a different player, so I don't know what build is on my beast, or even where it is at the moment, sorry.
16:12:39 Join Horscht [0] (~Horscht@p5DD57DF6.dip.t-dialin.net)
16:12:39 Quit Horscht (Changing host)
16:12:39 Join Horscht [0] (~Horscht@xbmc/user/horscht)
16:14:22***Saving seen data "./dancer.seen"
16:15:22 Quit Horscht (Client Quit)
16:24:40 Quit mudd1 (Ping timeout: 272 seconds)
16:29:25 Join Horscht [0] (~Horscht@xbmc/user/horscht)
16:29:43 Nick S_a_i_n_t is now known as [Saint] (S_a_i_n_t@203.184.0.86)
16:30:04 Nick [Saint] is now known as S_a_i_n_t (S_a_i_n_t@203.184.0.86)
16:30:10 Nick S_a_i_n_t is now known as [Saint] (S_a_i_n_t@203.184.0.86)
16:45:56 Join Buschel [0] (~chatzilla@p54B673E0.dip.t-dialin.net)
16:48:49 Quit mystica555 (Read error: Connection reset by peer)
16:52:38 Quit Buschel (Ping timeout: 240 seconds)
16:54:36 Quit Jerom (Quit: Leaving.)
16:54:44 Quit Zarggg (Quit: Zarggg)
16:54:57 Join mudd1 [0] (~cmertes@ip-78-94-203-49.unitymediagroup.de)
17:00
17:01:56 Join Buschel [0] (~chatzilla@p54B673E0.dip.t-dialin.net)
17:12:52 Quit Buschel (Ping timeout: 240 seconds)
17:19:39 Quit Luca_S (Quit: CGI:IRC (EOF))
17:26:01 Quit liar (Read error: No route to host)
17:27:04 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
17:40:03 Join madalu [0] (~matt@unaffiliated/madalu)
17:47:50 Join Buschel [0] (~chatzilla@p54A3B047.dip.t-dialin.net)
17:53:13 Quit Quazgaa (Ping timeout: 265 seconds)
17:56:11 Quit TheLemonMan (Quit: free(me))
17:56:54 Quit Horscht (Quit: Verlassend)
18:00
18:00:17 Join TheLemonMan [0] (~lem0n@151.62.180.202)
18:03:45*TheSeven experienced some really weird skipping behavior today and wonders if that's a bug or one of sideral's new features
18:04:21sideralvery unlikely, unless you've enabled autoresume
18:04:35sideralI'd suspect the recent buffering changes...
18:05:01sideralbisect?
18:05:22TheSevenwell it behaved a bit as if it wanted to prevent me from losing a resume position, but i haven't enabled any of those features, at least not intentionally, and it seemed to behave inconsistent
18:06:08TheSevenin the middle of a track, i skipped forward to the next one, decided that i didn't like that one as well, and skipped some more tracks forward
18:06:36TheSeventhings didn't get better, so i decided to go backwards instead, back to the beginning of the track i had been listening before starting to skip around
18:07:10TheSevenwhile skipping back, it always jumped into the middle of songs, which confused me, as i couldn't get back to their beginning
18:07:25TheSevenafter that, when skipping forward again, I also ended up in the middle of songs
18:07:43TheSevenis there any feature that would cause such behavior?
18:08:44 Join Horscht [0] (~Horscht@p5DD57DF6.dip.t-dialin.net)
18:08:48 Quit Horscht (Changing host)
18:08:48 Join Horscht [0] (~Horscht@xbmc/user/horscht)
18:09:14TheSevenwhat I have enabled is this "pause/resume on headphone plug/unplug" thing
18:10:27[Saint]TheSeven: Buschel reported heavy seeking in SVN head ended him up in a subdir earlier
18:10:39[Saint]also unreproducible
18:11:05[Saint]and I mean, how the *f**ck* does that happen?
18:11:22TheSevenwell, there seem to be two cans of race conditions in rockbox
18:11:32TheSevenone is skipping vs. buffering vs. whatever
18:11:39TheSeventhe other one is plugging/unplugging USB
18:12:34[Saint]jhMikeS mention submitting the FS #11863 though I'm not sure he has yet.
18:12:53[Saint]he's looked at buffering quite extensively iiuc
18:14:26***Saving seen data "./dancer.seen"
18:24:35 Quit liar (Read error: No route to host)
18:25:23 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
18:29:35 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
18:37:06 Join n1s [0] (~n1s@rockbox/developer/n1s)
19:00
19:00:58 Quit Buschel (Ping timeout: 276 seconds)
19:01:30 Quit Stummi (Quit: Bye!)
19:06:12 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
19:08:37 Quit bmbl (Read error: Connection reset by peer)
19:09:59 Quit robin0800 (Client Quit)
19:10:16 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
19:10:50 Quit Judas_PhD (Quit: This is a quitting message)
19:27:00 Quit sideral (Ping timeout: 265 seconds)
19:28:00 Join pixelmob [0] (~AndChat@rockbox/staff/pixelma)
19:30:10 Quit robin0800 (Quit: Leaving)
19:37:20 Quit madalu (Remote host closed the connection)
19:39:15 Quit liar (Ping timeout: 255 seconds)
19:44:13*TheSeven is surprised how fast his ipod classic's disk is after tweaking a few things
19:44:24 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
19:45:24TheSevenhow does our kernel deal with wakeup_signal() being called by IRQs while sleeping?
19:45:58 Join stoffel [0] (~quassel@p57B4DB13.dip.t-dialin.net)
19:45:59TheSevendoes it fall asleep again when the IRQ handler terminates, or does it look for threads wanting to be executed?
19:54:04 Quit pixelmob (Quit: Bye)
20:00
20:01:12 Join kronflux [0] (~kronflux@142.68.148.70)
20:08:59 Join user890104 [0] (Venci@venci-notebook-lan.ipv6.6bez10.info)
20:10:09 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
20:14:30***Saving seen data "./dancer.seen"
20:23:35 Join Buschel [0] (~chatzilla@p54B674A1.dip.t-dialin.net)
20:30:09 Quit factor (Read error: Connection reset by peer)
20:31:23 Join factor [0] (~factor@75.108.68.114)
20:32:17 Quit Buschel (Ping timeout: 246 seconds)
20:37:25 Quit domonoky (Quit: Leaving.)
20:38:19 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
20:40:41 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
20:49:30 Join slooopy [0] (~sloo@p5493CD6A.dip0.t-ipconnect.de)
20:51:25 Quit factor (Read error: Connection reset by peer)
20:53:05 Join mystica555 [0] (~Mike@m342636d0.tmodns.net)
20:53:50 Join Stummi [0] (~Stummi@p5DF28CC6.dip0.t-ipconnect.de)
20:53:53 Quit Stummi (Changing host)
20:53:53 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
20:56:05 Quit Bagder (Ping timeout: 240 seconds)
20:56:41 Join Bagder [0] (~daniel@rockbox/developer/bagder)
21:00
21:03:56 Join markun_ [0] (~markun@rockbox/developer/markun)
21:06:12 Quit markun (Ping timeout: 276 seconds)
21:07:12 Quit kronflux (Quit: Leaving)
21:08:09 Quit stoffel (Remote host closed the connection)
21:08:23 Join factor [0] (~factor@75.108.68.114)
21:15:33 Quit cmh (Remote host closed the connection)
21:20:54 Join sideral [0] (~sideral@rockbox/developer/sideral)
21:22:08 Quit TheLemonMan (Quit: free(me))
21:48:07 Join {phoenix} [0] (~dirk@p57AA50BD.dip.t-dialin.net)
21:56:25 Join baptiste_ [0] (~chatzilla@vir91-12-78-231-137-156.fbx.proxad.net)
22:00
22:02:52 Join panni_ [0] (hannes@ip-178-203-73-7.unitymediagroup.de)
22:07:42 Quit badcam (Quit: Leaving)
22:14:34***Saving seen data "./dancer.seen"
22:19:41 Quit markun_ (Ping timeout: 240 seconds)
22:28:28CIA-70New commit by dave (r29290): Use target names instead of model numbers in #if statements - nowhere else uses MODEL_NUMBER.
22:32:32CIA-70r29290 build result: All green
22:37:30 Join Buschel [0] (~chatzilla@p54B66A1D.dip.t-dialin.net)
22:38:11 Join badcam [0] (~badcam@ip-118-90-85-242.xdsl.xnet.co.nz)
22:40:18 Join Buschel_ [0] (~chatzilla@p54B66A1D.dip.t-dialin.net)
22:41:39 Join wodz [0] (~wodz@87-206-240-131.dynamic.chello.pl)
22:42:05 Quit Buschel (Ping timeout: 240 seconds)
22:42:15 Nick Buschel_ is now known as Buschel (~chatzilla@p54B66A1D.dip.t-dialin.net)
22:43:17wodzwhat is the difference in arm asm between mov r0, #0x30000000 and ldr r0,=0x30000000 ?
22:46:05badcamCan anyone confirm if the "nobar" option in Bar Tags actually works? Example: %pb(0,0,-,-,-,slider,T,nobar)
22:46:13benedikt93wodz: the latter is IIRC only some pseudo-instruction which the assembler will resolve to something like the first one or some ldr r0, [PC,#whatever] depending on the value
22:49:54 Join casainho [0] (~chatzilla@pal-213-228-181-14.netvisao.pt)
22:51:12wodzSo what's the purpose of ldr variant? Are there some constraints of immediate argument to mov?
22:52:05Buschelwodz: afaik there are restrictions to the first variant.
22:53:31benedikt93it can only be a 8bit value shifted to any even bit position in a 32bit word
22:53:49Buschelyes, something like this
22:54:17pamaurywodz: simple enough, each arm instruction is 32-bit width, so you can't load any constant :)
22:54:23pamaury*wide
22:55:16wodzok, so in general one should just write ldr r0,=0xabcdef00 and let the asembler do the job right?
22:55:53pamauryyes
22:56:00wodzthanks
22:57:19 Quit baptiste_ (Remote host closed the connection)
22:57:30 Join saratoga [0] (9803c6dd@gateway/web/freenode/ip.152.3.198.221)
22:58:05 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
22:58:06 Quit bertrik (Changing host)
22:58:06 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
22:59:19badcamStrike my request. I've found that the Simulator still shows the bar but after transferring the cope to the MP3 player, I see it's working fine in there.
22:59:33badcamcope s/b code
22:59:47 Quit amiconn (Disconnected by services)
22:59:47 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
22:59:48 Quit pixelma (Disconnected by services)
22:59:50 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
22:59:52 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
23:00
23:00:04 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
23:01:26pamauryWho knows SD programming ? Who is the rockbox sd expert :D ?
23:02:16wodzpamaury: bertrik I guess
23:03:58 Quit pixelma (Disconnected by services)
23:04:00 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
23:04:03 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
23:04:12 Quit bluebrother (Disconnected by services)
23:04:13 Join bluebroth3r [0] (~dom@rockbox/developer/bluebrother)
23:04:13 Quit amiconn (Ping timeout: 240 seconds)
23:04:18 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
23:04:35 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
23:16:01 Quit Buschel (Ping timeout: 245 seconds)
23:22:33 Part Llorean
23:24:41 Quit Judas_PhD (Ping timeout: 250 seconds)
23:24:44 Quit Stummi (Quit: Bye!)
23:29:31 Quit kevku (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
23:37:15 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
23:39:45 Quit wodz (Ping timeout: 240 seconds)
23:40:53 Quit casainho (Ping timeout: 240 seconds)
23:49:27 Quit esperegu_ (Remote host closed the connection)
23:51:08 Quit benedikt93 (Quit: Bye ;))
23:58:33 Quit slooopy (Ping timeout: 240 seconds)

Previous day | Next day