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 2012-06-02

00:02:23 Part lovasoa
00:03:04CIA-4Commit 87bb747 in rockbox by Dominik Riebeling: Use server timestamp for development build fonts.
00:05:35CIA-487bb747 build result: All green
00:07:57 Quit TheLemonMan (Quit: Does anybody here remembers of Vera Lynn ?)
00:15:05 Quit ender` (Quit: cd /pub && get beer)
00:18:11 Quit y4n (Quit: PÆNTS ØLF!)
00:19:34 Quit lebellium (Quit: ChatZilla 0.9.88.2 [Firefox 13.0/20120528154913])
00:21:10CIA-4Commit 96e7cc9 in rockbox by Dominik Riebeling: Only support pregenerated voice file for releases.
00:23:23CIA-496e7cc9 build result: All green
00:38:07***Saving seen data "./dancer.seen"
00:39:40 Quit liar (Remote host closed the connection)
00:40:34bluebrotherBagder / Zagor: can I get the RC build information as section in http://download.rockbox.org/build-info instead of a separate file? Looking at the build server hooks make me think it's separate, and having all information in a single file would be nicer for Rockbox Utility :)
01:00
01:26:45 Quit bertrik (Ping timeout: 244 seconds)
01:53:39 Join notlistening [0] (~tom@5acad564.bb.sky.com)
01:55:13 Join leavittx [0] (~leavittx@89.221.199.187)
01:56:41notlisteningHi all, any know of any large themes for my phone? It is running at 1280x720 ?
01:58:11leavittxTo site maintainers: the "SRC/apps/plugin.h" links is broken on http://www.rockbox.org/wiki/HowtoWritePlugins#Where_to_find_the_full_API (need to change svn->git)
01:58:22leavittx*link :)
02:00
02:06:24 Quit pamaury (Remote host closed the connection)
02:09:47 Quit notlistening (Remote host closed the connection)
02:12:56 Join enthdegree [0] (~enthdegre@wikimedia/enthdegree)
02:14:08funmanthe wiki is editable by everyone
02:20:19leavittxfunman: wiki says I have to be added to WikiUsersGroup
02:22:36 Quit enthdegree (Read error: Connection reset by peer)
02:23:35 Join enthdegree [0] (~enthdegre@cpe-174-099-054-167.nc.res.rr.com)
02:23:39 Quit enthdegree (Changing host)
02:23:39 Join enthdegree [0] (~enthdegre@wikimedia/enthdegree)
02:32:31hillshumleavittx: Span prevention measure
02:32:40leavittxsomebody add user LevPanov to WikiUsersGroup plz
02:33:25hillshum*spam
02:35:04leavittxso i guess i'm not a spammer
02:36:06hillshumYeah, all you have to do is ask to be added here. I'd do it, but I need to reset my password/remember it (it's been a while), and that's taking a few minutes
02:38:08***Saving seen data "./dancer.seen"
02:40:38 Quit hillshum (Ping timeout: 252 seconds)
02:47:27gevaertsleavittx: done
02:52:18 Quit domonoky (Read error: Connection reset by peer)
03:00
03:30:49 Join saratoga [0] (98032909@gateway/web/freenode/ip.152.3.41.9)
03:31:30saratogais there some reason we don't automatically handle playlists on the microsd card correctly?
03:37:01saratogalooking at playlist.c, the code that handles the '../' case knows the path to the playlist file
03:37:43saratogaseems like it should be trivial to just check if that path is on the sd card, if it is, fix the path to have '/<microSD1>' instead of '/'
03:43:43 Quit Guest65227 (Read error: Connection reset by peer)
03:44:04 Join hillshum [0] (~hillshum@69.169.160.20.provo.static.broadweavenetworks.net)
04:00
04:23:32 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:23:42 Quit amiconn (Disconnected by services)
04:23:54 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
04:24:01 Quit pixelma (Disconnected by services)
04:24:03 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:24:05 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:28:29 Quit leavittx (Ping timeout: 252 seconds)
04:28:51saratogais there a ready made c function for prepending a string?
04:38:09***Saving seen data "./dancer.seen"
04:39:07 Quit guymann (Ping timeout: 252 seconds)
04:41:38 Quit TheSeven (Disconnected by services)
04:41:47 Join [7] [0] (~quassel@rockbox/developer/TheSeven)
04:43:12 Join TheSphinX_ [0] (~briehl@p5B32351B.dip.t-dialin.net)
04:46:27 Quit TheSphinX^ (Ping timeout: 252 seconds)
05:00
05:20:25saratogahuh is there no simple define for the <sd/mmc/whatever> partition?
05:20:47saratogajust the one i have to process with snprintf
05:20:51 Quit nosa-j (Ping timeout: 244 seconds)
05:25:20 Join nosa-j [0] (~m00k@adsl-74-235-26-133.clt.bellsouth.net)
05:28:58 Quit kadoban (Read error: Connection reset by peer)
05:34:22saratogawait why does format_track_path pass in a directory even when you're saving a dynamic playlist?
05:34:38saratogadoes a dynamic playlist even have a directory until you've saved it to a file?
05:34:58saratogaor is it just the directory you were in when you hit save?
05:36:23saratogaugh it is the last directory open in the file browser isn't it, not the directory the playlist is in
05:59:28saratogaso the problem is that save_playlist and playlist_insert_playlist both call format_track_path, but save calls it on the CWD, while format calls it on the directory containing the playlist
06:00
06:00:13saratogawhich means that if you correct the path to be aware of the SD card, insert works, but save will put things on the sd card that shouldn't be, if you don't correct it, save works but insert breaks
06:01:59saratogai guess the intent is that someone should be able to save to "../folder/file.m3u"
06:03:26saratogaactually, do we really want to be able to do that?
06:04:11saratogatyping "../file.m3u" into our virtual keyboard is actually more difficult then giving the absolute path given that by default the keyboard starts with the absolute path
06:04:21saratogaunless i'm missing something that parsing is basically pointless
06:18:12 Quit hype (Ping timeout: 244 seconds)
06:19:34saratoga g#270 could use feedback
06:19:37fs-bluebotGerrit review #270 at http://gerrit.rockbox.org/r/#change,270 : Make playlist.c aware of external storage when determining paths by Michael Giacomelli (changes/70/270/1)
06:19:44saratogai'm not sure if the logic is right, but it seems to work in my limited testing
06:20:52 Quit anewuser ()
06:24:08 Join hype [0] (~hype@82.199.174.16)
06:38:10***Saving seen data "./dancer.seen"
06:45:59 Quit enthdegree (Quit: HydraIRC -> http://www.hydrairc.com <- It'll be on slashdot one day...)
07:00
07:57:13 Quit mc2739 (Ping timeout: 245 seconds)
07:59:16 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
08:00
08:04:43 Quit hillshum (Remote host closed the connection)
08:11:47 Quit fyre^OS (Ping timeout: 252 seconds)
08:12:04 Join fyrestorm [0] (~nnscript@cpe-24-90-87-68.nyc.res.rr.com)
08:14:02 Quit XavierGr ()
08:22:27 Quit amiconn (Remote host closed the connection)
08:22:27 Quit pixelma (Remote host closed the connection)
08:24:38 Join amiconn [0] (amiconn@rockbox/developer/amiconn)
08:24:40 Join pixelma [0] (pixelma@rockbox/staff/pixelma)
08:29:19 Quit mc2739 (Ping timeout: 256 seconds)
08:31:13 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
08:38:13***Saving seen data "./dancer.seen"
08:42:27 Quit Totalled (Ping timeout: 244 seconds)
08:45:00 Join stoffel [0] (~quassel@pD9E438A4.dip.t-dialin.net)
08:46:07 Join TheLemonMan [0] (~giuseppe@adsl-ull-96-207.50-151.net24.it)
08:54:24amiconnWhy does rockboxdev.sh not check for all dependencies before reporting them? Right now it reports the first missing one and bails out. Then you install that one and rerun, only to be notified that something else is missing too :/
09:00
09:01:39 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
09:01:39 Quit bertrik (Changing host)
09:01:39 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
09:01:46amiconnHmm, rockboxdev.sh doesn't make use of multiple cores either
09:13:40bertrikoh, I thought there was some setting you could do (perhaps not totally obvious).
09:13:59bertrikdownloading and configuring uses a single core though
09:14:06 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
09:17:43amiconnActually iirc there was a problem with at least some gcc or binutils version and make -jN with N > 1
09:18:28amiconnI could run several copies of rockboxdev.sh in parallel (building one crosscompiler in each) - if the dl and build directories weren't hardcoded (and checked)
09:20:18amiconnAh no, I can change them using env vars
09:25:30amiconnBuilding 4 toolchains in parallel now
09:26:13 Quit RFroehning (Ping timeout: 265 seconds)
09:28:21 Join leavittx [0] (~leavittx@89.221.199.187)
09:37:51 Join RFroehning [0] (~Misanthro@adsl-89-217-170-82.adslplus.ch)
09:40:46 Quit nosa-j (Ping timeout: 252 seconds)
09:42:52 Join nosa-j [0] (~m00k@adsl-74-235-26-133.clt.bellsouth.net)
10:00
10:17:48 Quit bertrik (Ping timeout: 252 seconds)
10:24:32 Join megal0maniac [0] (~megal0man@196.213.53.210)
10:38:15***Saving seen data "./dancer.seen"
10:40:10 Quit kadoban (Ping timeout: 265 seconds)
10:56:49 Join kevku [0] (x@Gizka-1-pt.tunnel.tserv24.sto1.ipv6.he.net)
10:57:42 Quit scorche (Ping timeout: 244 seconds)
10:58:51 Quit kevku (Remote host closed the connection)
10:58:55 Join scorche [0] (~scorche@rockbox/administrator/scorche)
11:00
11:01:28 Quit nosa-j (Ping timeout: 250 seconds)
11:03:22 Join nosa-j [0] (~m00k@adsl-74-235-26-133.clt.bellsouth.net)
11:04:23 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
11:10:18 Quit [Saint] (Quit: Quit)
11:10:35 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
11:13:37 Quit leavittx (Ping timeout: 240 seconds)
11:15:30 Join kevku [0] (x@Gizka-1-pt.tunnel.tserv24.sto1.ipv6.he.net)
11:31:08 Quit scorche (Ping timeout: 252 seconds)
11:31:39 Join scorche [0] (~scorche@rockbox/administrator/scorche)
11:32:22 Join ender` [0] (krneki@foo.eternallybored.org)
11:38:09 Quit TheLemonMan (Quit: Does anybody here remembers of Vera Lynn ?)
11:49:29 Quit stoffel (Ping timeout: 244 seconds)
11:52:10 Join TheLemonMan [0] (~giuseppe@adsl-ull-96-207.50-151.net24.it)
11:55:48 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
11:55:48 Quit pamaury (Changing host)
11:55:48 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
12:00
12:10:08 Quit zu1 (Ping timeout: 245 seconds)
12:17:46 Join lebellium_gs2 [0] (~lebellium@tmo-102-233.customers.d1-online.com)
12:19:08 Join zu1 [0] (~zu@ks387228.kimsufi.com)
12:24:35 Quit lebellium_gs2 (Quit: Bye)
12:26:06 Join T44 [0] (~Topy44@f048205165.adsl.alicedsl.de)
12:26:48megal0maniac[Saint]: ping
12:27:00[Saint]username?
12:27:23megal0maniacMichaelRodger
12:28:40[Saint]added MichaelRodger to wikiusersgroup
12:28:58megal0maniacty :)
12:29:43 Quit Topy (Ping timeout: 245 seconds)
12:30:34 Join Ward [0] (~Mirandaha@176-120-190-109.dsl.ovh.fr)
12:30:59 Nick Ward is now known as Guest23773 (~Mirandaha@176-120-190-109.dsl.ovh.fr)
12:32:50 Join stoffel [0] (~quassel@pD9E438A4.dip.t-dialin.net)
12:38:16***Saving seen data "./dancer.seen"
12:45:19megal0maniacBagder: ping
12:48:00 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
12:57:03 Quit zu1 (Ping timeout: 244 seconds)
12:58:21 Join dfkt [0] (dfkt@unaffiliated/dfkt)
13:00
13:03:31 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
13:07:35 Join zu1 [0] (~zu@ks387228.kimsufi.com)
13:12:40 Join Horscht [0] (~Horscht@xbmc/user/horscht)
13:16:27 Join anewuser [0] (~anewuser@190.207.222.122)
13:16:27 Quit anewuser (Changing host)
13:16:28 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
13:30:23 Quit kevku (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
13:58:22 Quit pamaury (Ping timeout: 245 seconds)
14:00
14:02:35 Quit nosa-j (Ping timeout: 250 seconds)
14:04:26 Join nosa-j [0] (~m00k@adsl-74-235-26-133.clt.bellsouth.net)
14:04:28 Quit evilnick| (Remote host closed the connection)
14:04:41 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
14:04:41 Quit pamaury (Changing host)
14:04:41 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
14:10:01 Join MethoS- [0] (~clemens@134.102.106.250)
14:11:38 Quit pamaury (Quit: No Ping reply in 180 seconds.)
14:11:58 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
14:21:25 Quit pamaury (Quit: No Ping reply in 180 seconds.)
14:21:43 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
14:21:43 Quit pamaury (Changing host)
14:21:43 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
14:22:14 Join krabador [0] (~krabador@host215-181-dynamic.23-79-r.retail.telecomitalia.it)
14:25:20 Quit pamaury (Client Quit)
14:26:33 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
14:28:54 Quit stoffel (Remote host closed the connection)
14:31:01 Quit pamaury (Client Quit)
14:31:50 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
14:31:50 Quit pamaury (Changing host)
14:31:50 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
14:34:59 Join prof_wolfff [0] (~prof_wolf@82.159.1.234.dyn.user.ono.com)
14:38:17***Saving seen data "./dancer.seen"
15:00
15:01:21 Quit megal0maniac (Quit: megal0maniac)
15:13:59 Join stoffel [0] (~quassel@pD9E438A4.dip.t-dialin.net)
15:15:49 Quit wtachi (Remote host closed the connection)
15:16:01 Join wtachi [0] (~chat@bloom.wtachi.us)
15:23:03 Quit zu1 (Ping timeout: 245 seconds)
15:33:07 Join zu1 [0] (~zu@ks387228.kimsufi.com)
15:44:20 Join Keripo [0] (~Keripo@KD125054132232.ppp-bb.dion.ne.jp)
15:45:37 Quit hype (Ping timeout: 240 seconds)
15:47:45 Join hype [0] (~hype@82.199.174.16)
15:54:29 Quit hype (Ping timeout: 248 seconds)
15:56:14 Join hype [0] (~hype@82.199.174.16)
16:00
16:01:16 Quit krabador (Remote host closed the connection)
16:06:43 Quit Keripo (Quit: Leaving.)
16:07:25 Quit hype (Read error: Connection timed out)
16:07:51 Join hype [0] (~hype@82.199.174.16)
16:30:38 Quit nosa-j (Read error: Connection reset by peer)
16:31:55 Join nosa-j [0] (~m00k@adsl-74-235-26-133.clt.bellsouth.net)
16:34:55 Join nosa [0] (~m00k@adsl-74-235-26-133.clt.bellsouth.net)
16:36:41 Quit nosa-j (Ping timeout: 252 seconds)
16:36:41 Nick nosa is now known as nosa-j (~m00k@adsl-74-235-26-133.clt.bellsouth.net)
16:38:21***Saving seen data "./dancer.seen"
17:00
17:00:55 Quit jfc (Ping timeout: 244 seconds)
17:01:54 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net)
17:07:00 Join n1s [0] (~n1s@rockbox/developer/n1s)
17:07:03 Quit hype (Quit: Computer has gone to sleep.)
17:19:10 Join enthdegree [0] (~enthdegre@wikimedia/enthdegree)
17:23:33 Quit zu1 (Ping timeout: 248 seconds)
17:30:45 Join zu1 [0] (~zu@ks387228.kimsufi.com)
17:37:25 Quit jfc (Ping timeout: 260 seconds)
17:38:35 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net)
17:41:01 Quit n1s (Read error: Connection timed out)
17:46:48 Quit liar (Ping timeout: 245 seconds)
17:52:45 Quit MethoS- (Ping timeout: 265 seconds)
17:53:31 Join Thra11 [0] (~thrall@87.114.180.39)
17:57:13 Quit jfc (Ping timeout: 245 seconds)
17:58:29 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net)
18:00
18:14:00 Quit [Saint] (Quit: Restart)
18:17:25 Join [Saint] [0] (~Saint]@101.98.158.103)
18:17:25 Quit [Saint] (Changing host)
18:17:25 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
18:23:21 Quit Horscht (Quit: Verlassend)
18:26:17 Quit nosa-j (Ping timeout: 244 seconds)
18:32:28 Join leavittx [0] (~leavittx@89.221.199.187)
18:35:45 Quit zu1 (Ping timeout: 260 seconds)
18:38:25***Saving seen data "./dancer.seen"
18:43:50 Join dhrasmus [0] (~dhrasmus@c-76-105-170-114.hsd1.or.comcast.net)
18:46:37 Join zu1 [0] (~zu@ks387228.kimsufi.com)
18:47:59 Join fyre^OS [0] (~nnscript@cpe-24-90-87-68.nyc.res.rr.com)
18:50:37 Quit fyrestorm (Ping timeout: 240 seconds)
18:57:21 Quit stoffel (Read error: Connection reset by peer)
18:58:25 Join nosa-j [0] (~m00k@adsl-74-235-26-228.clt.bellsouth.net)
18:58:42 Join stoffel [0] (~quassel@pD9E438A4.dip.t-dialin.net)
19:00
19:04:28 Quit bluebrother (Disconnected by services)
19:04:35 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
19:07:15 Quit fs-bluebot (Ping timeout: 260 seconds)
19:08:28 Join fs-bluebot [0] (~fs-bluebo@g224237142.adsl.alicedsl.de)
19:08:31 Quit stoffel (Ping timeout: 256 seconds)
19:12:07 Quit enthdegree (Ping timeout: 245 seconds)
19:16:25 Quit zu1 (Ping timeout: 252 seconds)
19:27:01 Quit TheLemonMan (Quit: Does anybody here remembers of Vera Lynn ?)
19:30:02 Quit dhrasmus (Quit: Leaving)
19:35:10 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
19:41:59 Join n1s [0] (~n1s@rockbox/developer/n1s)
19:43:56 Join zu1 [0] (~zu@ks387228.kimsufi.com)
19:48:45 Quit zu1 (Ping timeout: 256 seconds)
19:53:53 Quit anewuser (Ping timeout: 245 seconds)
20:00
20:00:44 Join zu1 [0] (~zu@ks387228.kimsufi.com)
20:03:16 Quit Thra11 (Remote host closed the connection)
20:04:51 Quit zu1 (Ping timeout: 244 seconds)
20:05:11 Join Thra11 [0] (~thrall@87.114.180.39)
20:09:26 Join kevku [0] (x@Gizka-1-pt.tunnel.tserv24.sto1.ipv6.he.net)
20:23:22 Join XavierGr [0] (~xavier@rockbox/staff/XavierGr)
20:24:03 Join stoffel [0] (~quassel@217.228.56.164)
20:36:59 Join anewuser [0] (~anewuser@190.207.222.122)
20:36:59 Quit anewuser (Changing host)
20:36:59 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
20:38:29***Saving seen data "./dancer.seen"
20:40:29 Join Rower [0] (husvagn@v-413-alfarv-90.bitnet.nu)
20:43:26 Quit Rower85 (Ping timeout: 252 seconds)
21:00
21:25:36 Quit stoffel (Ping timeout: 252 seconds)
22:00
22:15:54 Join ser [0] (~ser@host1.tldp.ibiblio.org)
22:17:42serhi guys, sansa fuze v1, rockbox 3.11.2 - and files *.aac (HE-AAC, 64bit) are not visible on the device - any hints?
22:20:08 Quit y4n (Quit: HOLY SHIT! WE'RE ALL JUST LIVING ON A GINORMOUS FUCKING SPINNING ROCK FLOATING THROUGH SPACE CIRCLING A BIG FUCKING BALL OF FIRE!!!)
22:31:28AlexPser: http://download.rockbox.org/daily/manual/rockbox-sansafuze/rockbox-buildap2.html#x18-363000B
22:32:00AlexPIt seems that .aac isn't included for them
22:32:18AlexPAlthough that might be out of date of course :)
22:33:01AlexPAnyway, you could try renaming one and see if that "fixes" it
22:33:19serthanks :-( can i find anywhere an aplha build which is able to support it?
22:33:33AlexPNo, that is the manual for the dev build
22:33:35amiconnAfaik rockbox doesn't support raw aac (.aac), just aac in an mpeg container (.m4a)
22:34:02AlexPAh, well that would explain it
22:34:02serhttp://www.rockbox.org/wiki/SoundCodecs#Current_status claims they are checked into git
22:34:17AlexPThey are
22:34:22AlexPAnd also the latest release
22:34:29AlexPBut what is your point there?
22:34:44seri have loads of .aac files :(
22:34:56AlexPRight, so see what I and then amiconn said
22:35:24 Join saratoga_ [0] (62659e41@gateway/web/freenode/ip.98.101.158.65)
22:35:41AlexPIf they are raw aac not in a container then they aren't supported (IHRC), if they are in a container but misnamed, then you could try renaming just one to see if it works
22:35:42serCodec: MPEG AAC Audio (mp4a)
22:35:46saratoga_yeah .aac files aren't really standardized, so pretty much nothing supports them
22:35:48servlc gives sucha n info
22:35:56AlexPSo try renaming one
22:36:02serto .mp4?
22:36:14AlexPThat'd probably do
22:36:21saratoga_could be almost anything in a .aac file from an mpeg4 stream to a raw transport stream
22:36:23sertrying, two minutes...
22:38:31***Saving seen data "./dancer.seen"
22:42:14seryes, the file stays visible, but not playable
22:42:39saratoga_then its probably not a misnamed AAC file
22:42:58saratoga_how did you find this thing?
22:44:56serthese are di.fm rips made by myself using streamripper, AAC-HE
22:45:26servlc plays them without a fuss
22:45:46saratoga_you'll have to look into how that software works, but my guess is that it just gave you a raw transport stream or something similar
22:46:20bluebrotherok, I'm planning to push a new Rockbox Utility release tomorrow. Anything that's left?
22:46:43bluebrother(I've got one change pending to update it to the new build-info on the webserver)
22:47:16bluebrotherI also expect a new release following in the not too distant future to add RC build support
22:47:24bluebrotherand probably some voicefile stuff
22:47:40sersaratoga_: yes, faad claims it is a raw file
22:47:41saratoga_cool
22:47:54saratoga_ser: maybe mp4 box can fix it
22:47:59bluebrotheroh, and while talking about voicefiles: any comments on g#269 ?
22:48:01fs-bluebotGerrit review #269 at http://gerrit.rockbox.org/r/#change,269 : Add voicefile version to rockbox-info.txt. by Dominik Riebeling (changes/69/269/1)
22:48:53 Quit kevku (Ping timeout: 272 seconds)
22:49:06saratoga_or g#270 if someone who knows the playlist code is around
22:49:07fs-bluebotGerrit review #270 at http://gerrit.rockbox.org/r/#change,270 : Make playlist.c aware of external storage when determining paths by Michael Giacomelli (changes/70/270/1)
22:50:38saratoga_i guess that might be kugel, jdGordon or jhMikeS?
22:52:07sersaratoga_: mp4box is a windows app? any similar for linux?
22:52:20seri see it works on linux, thanks
22:52:22sertrying
22:52:59saratoga_mp4box is actually a linux command line tool
22:53:57seryes, it is inside gpac package, thanks
22:55:37saratoga_i think its assumed that if you find a raw aac file you're probably a linux user with some broken software
22:56:11seri am not sure if is broken, as vlc plays it :) it is just a stream rip
22:56:42saratoga_its nonstandard, so the software that gave it to you is broken
22:57:15seri think AAC-HE stream is not very standardized at the moment
22:57:21saratoga_sure it is
22:58:22seri was able to find only one free encoder for it, max 64kbit
22:58:40n1sraw streams stored in files are weird though
22:59:40serit may be weird, but it works and gives 50% less disk usage then mp3
23:00
23:00:36 Quit advcomp2019__ (Read error: Connection reset by peer)
23:00:44n1spopping it in a container will work in more places and take perhaps 1% more space
23:00:45saratoga_that stream probably isn't a raw file
23:01:02saratoga_just the software you used to record it didn't handle it correctly
23:01:21serit may be, as streamripper was not designed for aac-ha
23:02:14saratoga_also, there are basically no open source AAC-He encoders worth using (e.g. better then lame at a given bitrate)
23:02:36saratoga_so if you care about that sort of thing, do not use aac-he
23:05:15 Join guymann [0] (~c@108-237-202-52.lightspeed.wlfrct.sbcglobal.net)
23:12:49serhaha - MP4Box -info gives ...
23:13:01serFile has 1 tracks
23:13:01serTrack 1 type: Audio (....)
23:13:09serthat's it :)
23:20:55saratoga_yeah a raw stream has basically no info since that would have been stored in the container
23:23:29funmanthere are a few low-level aac containers (different from mp4) but i am not sure which info they store
23:31:40 Quit saratoga_ (Ping timeout: 245 seconds)
23:44:40 Quit factor (Read error: Connection reset by peer)
23:47:13 Quit n1s (Quit: Ex-Chat)
23:48:37 Quit leavittx (Ping timeout: 240 seconds)
23:52:40 Join jerl92 [0] (~androirc@216.137.121.227)
23:53:09 Part jerl92 ("Message")
23:54:29 Join Thra11_ [0] (~thrall@31.185.215.75)
23:54:50 Quit Thra11 (Ping timeout: 252 seconds)

Previous day | Next day