-
mips_tian committed patchset 2 of module gaws to the Dhyana: a digital audio player manager CVS repository, changing 1 files.
2008-01-24 15:36:30 UTC in Dhyana: a digital audio player manager
-
mips_tian committed patchset 1 of module gaws to the Dhyana: a digital audio player manager CVS repository, changing 1 files.
2008-01-24 15:33:52 UTC in Dhyana: a digital audio player manager
-
mp3/ogg/flac detection didn't work for me, it returned this error if no mp3s were found:
/usr/local/BashBurn/func/audiofunc.sh: line 25: [: -gt: unary operator expected
and this if more than one were found:
/usr/local/BashBurn/func/audiofunc.sh: line 25: [: too many arguments
so i figured out that when it finds some files, bash expands
if [ $(find ${BBBURNDIR} -iname "*.[Mm][Pp]3") -gt 0 ];...
2007-04-07 12:33:54 UTC in BashBurn
-
this is the first release of perlnjb, perl bindings for libnjb. the original work of perlnjb was upgraded by David Davis, <xantus@cpan.org> and then upgraded a bit more by mips <mips.tian@gmail.com>.
2006-12-03 03:54:30 UTC in Creative NOMAD/Zen/Dell DJ API
-
mips_tian committed patchset 17 of module perlnjb to the Creative NOMAD/Zen/Dell DJ API CVS repository, changing 1 files.
2006-12-03 03:28:44 UTC in Creative NOMAD/Zen/Dell DJ API
-
mips_tian committed patchset 16 of module perlnjb to the Creative NOMAD/Zen/Dell DJ API CVS repository, changing 3 files.
2006-12-02 01:37:18 UTC in Creative NOMAD/Zen/Dell DJ API
-
mips_tian registered the Dhyana: a digital audio player manager project.
2006-10-25 19:08:13 UTC in Dhyana: a digital audio player manager
-
Logged In: YES
user_id=1599565
yes it does, but i was talking about printing in the "size"
column of the file view. that is done automatically i think,
but if i change the type to G_TYPE_INT64 it won't print
correctly (prints the same value everywhere) and then crash.
2006-09-27 09:15:52 UTC in Gnomad2 - a NOMAD / MTP Device Manager
-
Logged In: YES
user_id=1599565
right now trying to transfer a file >2gb will result in..
nothing. no warnings, no crashes.
2006-09-27 00:24:00 UTC in Gnomad2 - a NOMAD / MTP Device Manager
-
Logged In: YES
user_id=1599565
now cvs will display files >2gb. their size will show up as
a negative value. i don't know if you can transfer files so
big right now..
do you know how i can make glib print a int64 value? simply
setting the type of the column to G_TYPE_INT64 won't work,
and eventually will make glib crash.
2006-09-27 00:22:00 UTC in Gnomad2 - a NOMAD / MTP Device Manager