]> git.sesse.net Git - vlc/log
vlc
16 years agoUse PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
Rémi Duraffort [Sat, 8 Mar 2008 18:16:14 +0000 (19:16 +0100)]
Use PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.

16 years agoSort the playlist by album then by track number when sorting by album.
Rémi Duraffort [Sat, 8 Mar 2008 17:11:22 +0000 (18:11 +0100)]
Sort the playlist by album then by track number when sorting by album.
Close #1492.

16 years agoremoving old and unsupported java-gcj bindings
Filippo Carone [Sat, 8 Mar 2008 17:46:13 +0000 (18:46 +0100)]
removing old and unsupported java-gcj bindings

16 years agofix xvmc video_output compilation
Rafaël Carré [Sat, 8 Mar 2008 17:15:19 +0000 (18:15 +0100)]
fix xvmc video_output compilation
static functions can not be used outside of the file where they are declared

16 years agoRemove windows line endings (I don't understand how they got here in the first place...)
Antoine Cellerier [Sat, 8 Mar 2008 15:25:55 +0000 (16:25 +0100)]
Remove windows line endings (I don't understand how they got here in the first place...)

16 years agoDistribute luaintf/modules/sandbox.lua
Antoine Cellerier [Sat, 8 Mar 2008 14:42:52 +0000 (15:42 +0100)]
Distribute luaintf/modules/sandbox.lua

16 years agoAdd a new Sandbox Lua module to the luaintf framework.
Antoine Cellerier [Sat, 8 Mar 2008 14:41:19 +0000 (15:41 +0100)]
Add a new Sandbox Lua module to the luaintf framework.

16 years agoFix issues with the VLC rawvid demux and bump it's priority.
Antoine Cellerier [Sat, 8 Mar 2008 14:39:52 +0000 (15:39 +0100)]
Fix issues with the VLC rawvid demux and bump it's priority.

16 years agoMake the lua http interface host and directory configurable.
Antoine Cellerier [Sat, 8 Mar 2008 14:38:43 +0000 (15:38 +0100)]
Make the lua http interface host and directory configurable.

16 years agoAdd a function to get the current playlist item in the lua interface.
Antoine Cellerier [Sat, 8 Mar 2008 14:37:31 +0000 (15:37 +0100)]
Add a function to get the current playlist item in the lua interface.

16 years agoFix spelling in comment.
Antoine Cellerier [Sat, 8 Mar 2008 14:36:35 +0000 (15:36 +0100)]
Fix spelling in comment.

16 years agolibvlc interface fix and missing toggle_fullscreen method added
Filippo Carone [Sat, 8 Mar 2008 14:59:40 +0000 (15:59 +0100)]
libvlc interface fix and missing toggle_fullscreen method added

16 years agoSwitch lastname to lowercase.
Antoine Cellerier [Sat, 8 Mar 2008 13:37:23 +0000 (14:37 +0100)]
Switch lastname to lowercase.

16 years agoRefresh pot and po file.
Christophe Mutricy [Sat, 8 Mar 2008 13:14:53 +0000 (13:14 +0000)]
Refresh pot and po file.

It seems like  8b71b1041b0ba6304f864c977c1a2dceb725a0cd might have cause them to be rebuilt

16 years agoSlovenian l10n update by Matej Urbančič
Christophe Mutricy [Sat, 8 Mar 2008 13:13:46 +0000 (13:13 +0000)]
Slovenian l10n update by Matej Urbančič

16 years agocheck qt4 version at runtime
Rafaël Carré [Sat, 8 Mar 2008 13:08:05 +0000 (14:08 +0100)]
check qt4 version at runtime

16 years agoWe want to check QT4 version at runtime rather than buildtime
Rafaël Carré [Sat, 8 Mar 2008 12:53:08 +0000 (13:53 +0100)]
We want to check QT4 version at runtime rather than buildtime

Revert "thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem."

This reverts commit d8fc5a1ddb75eb9d53fc090ad1e5e8bfe2522bb0.

16 years agothanks for Trolltech fixing their mess, after a bug request that using valgrind cause...
Rafaël Carré [Sat, 8 Mar 2008 12:49:54 +0000 (13:49 +0100)]
thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem.

16 years agouse mtrace() only with glibc
Rafaël Carré [Sat, 8 Mar 2008 11:58:16 +0000 (12:58 +0100)]
use mtrace() only with glibc

16 years agolibvlc_playlist functions binded
Filippo Carone [Sat, 8 Mar 2008 11:31:16 +0000 (12:31 +0100)]
libvlc_playlist functions binded

16 years agoJNA jvlc initial implementation
Filippo Carone [Sat, 8 Mar 2008 10:59:06 +0000 (11:59 +0100)]
JNA jvlc initial implementation

16 years agoKill a warning with an explicit cast for windows.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 10:34:42 +0000 (02:34 -0800)]
Kill a warning with an explicit cast for windows.

16 years agoDon't reinvent max/min for the nth time.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 10:20:00 +0000 (02:20 -0800)]
Don't reinvent max/min for the nth time.

16 years agoKill a warning.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 10:03:43 +0000 (02:03 -0800)]
Kill a warning.

16 years agoInclude vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strer...
Jean-Baptiste Kempf [Sat, 8 Mar 2008 09:45:24 +0000 (01:45 -0800)]
Include vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strerror'. If this is very wrong, please revert.

16 years agoRemove unused parameter warning for Windows CE/32
Jean-Baptiste Kempf [Sat, 8 Mar 2008 09:39:51 +0000 (01:39 -0800)]
Remove unused parameter warning for Windows CE/32

16 years agoGetLastError throws a DWORD, IIRC, not a char*
Jean-Baptiste Kempf [Sat, 8 Mar 2008 09:39:01 +0000 (01:39 -0800)]
GetLastError throws a DWORD, IIRC, not a char*

16 years agoRemove unused parameter warnings for Win32 compiling.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 01:50:02 +0000 (17:50 -0800)]
Remove unused parameter warnings for Win32 compiling.

16 years agoUse only the good cipher on other OSes than windows.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 08:37:46 +0000 (09:37 +0100)]
Use only the good cipher on other OSes than windows.
Windows libgcrypt.a went from over 470KB to 317KB...

16 years agoUpstream new snapshot has fixed it.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 08:34:16 +0000 (09:34 +0100)]
Upstream new snapshot has fixed it.

Revert "Fix some issue on Compiling portaudio for Windows."

This reverts commit 12be1dfdd5a41e14e485751835a32ee81ba967a9.

16 years agoRemove more libgcrypt cipher/
Jean-Baptiste Kempf [Sat, 8 Mar 2008 08:31:20 +0000 (09:31 +0100)]
Remove more libgcrypt cipher/

16 years agoFix some issue on Compiling portaudio for Windows.
Jean-Baptiste Kempf [Fri, 7 Mar 2008 04:47:20 +0000 (05:47 +0100)]
Fix some issue on Compiling portaudio for Windows.
How come noone noticed that one before ?

16 years agoDisable some ciphers in libgcrypt. 20% size reduction on gcrypt for windows. This...
Jean-Baptiste Kempf [Fri, 7 Mar 2008 22:49:47 +0000 (14:49 -0800)]
Disable some ciphers in libgcrypt. 20% size reduction on gcrypt for windows. This can still be improved I think. Not done for mac

16 years agoRemove functionnalities from libxml to reduce size.
Jean-Baptiste Kempf [Fri, 7 Mar 2008 22:06:21 +0000 (14:06 -0800)]
Remove functionnalities from libxml to reduce size.

16 years agoQt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.
Jean-Baptiste Kempf [Fri, 7 Mar 2008 01:21:46 +0000 (17:21 -0800)]
Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.

16 years agocode refactoring
Ilkka Ollakka [Fri, 7 Mar 2008 13:36:11 +0000 (15:36 +0200)]
code refactoring

16 years agoDistribute libvlc-control.pc.in
Christophe Mutricy [Fri, 7 Mar 2008 19:07:23 +0000 (19:07 +0000)]
Distribute libvlc-control.pc.in

16 years agoUpdate gettext to 0.17
Christophe Mutricy [Fri, 7 Mar 2008 18:29:18 +0000 (18:29 +0000)]
Update gettext to 0.17

16 years agoFix make dist
Christophe Mutricy [Fri, 7 Mar 2008 16:10:38 +0000 (16:10 +0000)]
Fix make dist

16 years agoUpdate gettext
Rémi Denis-Courmont [Fri, 7 Mar 2008 13:32:46 +0000 (15:32 +0200)]
Update gettext

16 years agoRevert "We don't want to use autopoint, since we use external gettext anyway"
Rémi Denis-Courmont [Fri, 7 Mar 2008 13:23:29 +0000 (15:23 +0200)]
Revert "We don't want to use autopoint, since we use external gettext anyway"

Autopoint is required regardless of libintl inclusion.
Fix bootstrap failure on clean tree.

This reverts commit aae26a9890a9daf24bdfa1be411bfb95e55917fe.

16 years agoWe don't want to use autopoint, since we use external gettext anyway
Rafaël Carré [Fri, 7 Mar 2008 13:02:04 +0000 (14:02 +0100)]
We don't want to use autopoint, since we use external gettext anyway

16 years agoRemove useless addclabacks() in PLModel::PLModel()
Rémi Duraffort [Fri, 7 Mar 2008 11:44:24 +0000 (12:44 +0100)]
Remove useless addclabacks() in PLModel::PLModel()

16 years agoWarning fix (my fault)
Rémi Duraffort [Fri, 7 Mar 2008 10:58:41 +0000 (11:58 +0100)]
Warning fix (my fault)

16 years agoCompile fix for packaged ffmpeg on debian etch.
Rémi Duraffort [Fri, 7 Mar 2008 09:48:09 +0000 (10:48 +0100)]
Compile fix for packaged ffmpeg on debian etch.
Signed-off-by: Rémi Duraffort <ivoire@via.ecp.fr>
16 years agoloader doesn't use libdl (and libdl doesn't exist on FreeBSD)
Rafaël Carré [Fri, 7 Mar 2008 01:38:28 +0000 (02:38 +0100)]
loader doesn't use libdl (and libdl doesn't exist on FreeBSD)

16 years agosvn -> git in OSX package
Rafaël Carré [Thu, 6 Mar 2008 23:35:14 +0000 (00:35 +0100)]
svn -> git in OSX package
Update the copyright date

16 years agoWe're not using subversion anymore
Rafaël Carré [Thu, 6 Mar 2008 23:32:33 +0000 (00:32 +0100)]
We're not using subversion anymore

16 years agoFix youtube lua (BASE_YT_URL had not been converted to new format)
Rafaël Carré [Thu, 6 Mar 2008 23:29:08 +0000 (00:29 +0100)]
Fix youtube lua (BASE_YT_URL had not been converted to new format)

16 years agoAdded import of configuration file support
Jean-François Massol [Thu, 6 Mar 2008 20:26:08 +0000 (21:26 +0100)]
Added import of configuration file support

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years agoaccess violation fixed, config_GetPsz from p_intf instead of p_aout which is null
André Weber [Thu, 6 Mar 2008 22:28:07 +0000 (23:28 +0100)]
access violation fixed, config_GetPsz from p_intf instead of p_aout which is null

16 years agoScripts should be set executable
Rafaël Carré [Thu, 6 Mar 2008 22:11:31 +0000 (23:11 +0100)]
Scripts should be set executable

16 years agoMake ./compile script return the make return code, storing the value in a temporary...
Rafaël Carré [Wed, 5 Mar 2008 21:34:00 +0000 (22:34 +0100)]
Make ./compile script return the make return code, storing the value in a temporary hidden file (using the shell PID to guarantee uniqueness)

16 years agoLink RTMP access against the socket library if needed
Rémi Denis-Courmont [Thu, 6 Mar 2008 18:06:01 +0000 (20:06 +0200)]
Link RTMP access against the socket library if needed

16 years agoMake clear of what compilation is supported and which one is not for Windows.
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:55:09 +0000 (22:55 -0800)]
Make clear of what compilation is supported and which one is not for Windows.

16 years agoForce --enable-x264 in the script...
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:48:22 +0000 (22:48 -0800)]
Force --enable-x264 in the script...

16 years agoTry to document an official configure for the windows builds.
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:40:03 +0000 (22:40 -0800)]
Try to document an official configure for the windows builds.

16 years agoModules List update
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:24:08 +0000 (22:24 -0800)]
Modules List update

16 years ago* modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORK...
Gildas Bazin [Mon, 3 Mar 2008 20:58:17 +0000 (20:58 +0000)]
* modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORKEY isn't supported.

16 years agoRemove --enable-rtmp.
Rémi Denis-Courmont [Wed, 5 Mar 2008 19:59:27 +0000 (21:59 +0200)]
Remove --enable-rtmp.

We have enough --enable-foobar already.
RTMP does not have any dependency and is not huge.

16 years agoFix BGR <-> RGB endianess problem with PNG's loading/converting/copying on big-endian...
Jean-Paul Saman [Wed, 5 Mar 2008 15:00:54 +0000 (16:00 +0100)]
Fix BGR <-> RGB endianess problem with PNG's loading/converting/copying on big-endian machines.

16 years agoRTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
Ilkka Ollakka [Wed, 5 Mar 2008 07:35:52 +0000 (09:35 +0200)]
RTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
It came in before git-stuff, so applying it this way is my slowness.

16 years agoRevert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe03e2 which caused regressions
Rafaël Carré [Wed, 5 Mar 2008 11:24:08 +0000 (12:24 +0100)]
Revert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe03e2 which caused regressions

16 years agoUpdate THANKS
Jean-Paul Saman [Wed, 5 Mar 2008 07:41:20 +0000 (08:41 +0100)]
Update THANKS

16 years agoPatch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the...
Jean-Paul Saman [Wed, 5 Mar 2008 07:27:05 +0000 (08:27 +0100)]
Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agoSpeex update
Jean-Baptiste Kempf [Wed, 5 Mar 2008 05:10:47 +0000 (06:10 +0100)]
Speex update

16 years agoContribs: update dirac and libpng
Jean-Baptiste Kempf [Wed, 5 Mar 2008 05:06:52 +0000 (06:06 +0100)]
Contribs: update dirac and libpng

16 years agomacosx/VLCKit: Load VLCLibrary when VLCKit is loaded. No longer need atexit( .....
Faustino Osuna [Tue, 4 Mar 2008 22:41:30 +0000 (22:41 +0000)]
macosx/VLCKit: Load VLCLibrary when VLCKit is loaded.  No longer need atexit( ... ) to unload library, use __attribute__((destructor))__ instead.  Also make sure we don't autorelease the VLCLibrary (as the library's destructor will take care of that for us).

16 years agoIgnore Xcode project files.
Faustino Osuna [Tue, 4 Mar 2008 22:38:58 +0000 (22:38 +0000)]
Ignore Xcode project files.

16 years agoDocument that we now require :// between access and url
Christophe Mutricy [Tue, 4 Mar 2008 21:38:26 +0000 (21:38 +0000)]
Document that we now require :// between access and url

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years agoMore cases were p_md was not checked in Mozilla toolbar code.
Jean-Paul Saman [Tue, 4 Mar 2008 21:09:21 +0000 (22:09 +0100)]
More cases were p_md was not checked in Mozilla toolbar code.

16 years agoUpdate THANKS
Jean-Paul Saman [Tue, 4 Mar 2008 21:04:59 +0000 (22:04 +0100)]
Update THANKS

16 years ago[PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing...
Jean-Paul Saman [Tue, 4 Mar 2008 21:03:03 +0000 (22:03 +0100)]
[PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing on mozilla-plugin when jumping into the media using the time-slider and no movie is loaded.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agofile: Be consistent with the rest of the world. Do not expand tilde.
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:29:27 +0000 (22:29 +0200)]
file: Be consistent with the rest of the world. Do not expand tilde.

The shell already does it, and \~ should not be expanded by VLC.
Also fixes consistency with the other file-opening plugins
(directory, mmap, cdda...).

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoaccess2_New code factorizaton
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:21:32 +0000 (22:21 +0200)]
access2_New code factorizaton

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoaccess2_New really does not need to know about preparsing.
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:16:47 +0000 (22:16 +0200)]
access2_New really does not need to know about preparsing.

The input already does the job.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove useless NULLity checks
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:10:54 +0000 (22:10 +0200)]
Remove useless NULLity checks

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoPreparsing only works with file:// - only try files.
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:10:06 +0000 (22:10 +0200)]
Preparsing only works with file:// - only try files.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove access2 non splitted fallback. "://" cannot occur in a file path
Rémi Denis-Courmont [Tue, 4 Mar 2008 19:55:53 +0000 (21:55 +0200)]
Remove access2 non splitted fallback. "://" cannot occur in a file path
(see MRLSplit), so this has become useless, if not inconsistent.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove misleading dummy "Interrupted system call" error from net_Read
Rémi Denis-Courmont [Tue, 4 Mar 2008 19:01:08 +0000 (21:01 +0200)]
Remove misleading dummy "Interrupted system call" error from net_Read

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove the Rating column from the inteface because with don't save any information...
Rémi Duraffort [Tue, 4 Mar 2008 18:57:15 +0000 (19:57 +0100)]
Remove the Rating column from the inteface because with don't save any information about Rating.

16 years agoAvoid dummy "unknown option dccp-service" error
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:56:33 +0000 (20:56 +0200)]
Avoid dummy "unknown option dccp-service" error

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoFix port release logic in case there are multiple channels.
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:29:56 +0000 (20:29 +0200)]
Fix port release logic in case there are multiple channels.

Note however that releasing the "other" ports is still broken.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoFix an issu when sorting with the track number : the track numbers were in alphabetic...
Rémi Duraffort [Tue, 4 Mar 2008 18:22:16 +0000 (19:22 +0100)]
Fix an issu when sorting with the track number : the track numbers were in alphabetical order rather than a numeric one.

16 years agoLast patch to close #1479 (add a column with the track id)
Rémi Duraffort [Tue, 4 Mar 2008 18:16:24 +0000 (19:16 +0100)]
Last patch to close #1479 (add a column with the track id)

16 years agoRemove the 1234 default UDP port hack
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:18:09 +0000 (20:18 +0200)]
Remove the 1234 default UDP port hack

None of the three net_ConnectDgram call paths use this hack anymore.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoAdd const qualifier
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:17:57 +0000 (20:17 +0200)]
Add const qualifier

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agortpfmt.c: fix file description
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:16:56 +0000 (20:16 +0200)]
rtpfmt.c: fix file description

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoUse ephemeral default ports for RTP, instead of clashing with raw UDP.
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:10:18 +0000 (20:10 +0200)]
Use ephemeral default ports for RTP, instead of clashing with raw UDP.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agofix #1404 (asf demuxer)
Rafaël Carré [Tue, 4 Mar 2008 16:23:03 +0000 (17:23 +0100)]
fix #1404 (asf demuxer)
in some files, we don't have to skip the last padding bytes

16 years agoFix vlc.exe building (using the right path to the .ico file)
Rafaël Carré [Tue, 4 Mar 2008 16:15:10 +0000 (17:15 +0100)]
Fix vlc.exe building (using the right path to the .ico file)

16 years agoClean qt4 windows "source" package (transition from gzip to bzip2)
Rafaël Carré [Tue, 4 Mar 2008 15:36:43 +0000 (16:36 +0100)]
Clean qt4 windows "source" package (transition from gzip to bzip2)

16 years agoUse --arch=i686 when building ffmpeg for windows
Rafaël Carré [Tue, 4 Mar 2008 15:13:16 +0000 (16:13 +0100)]
Use --arch=i686 when building ffmpeg for windows
Fix cross compilation from 64bits host

16 years agoCheck malloc return values and small cleanup.
Jean-Paul Saman [Sun, 2 Mar 2008 18:12:56 +0000 (19:12 +0100)]
Check malloc return values and small cleanup.

16 years agopython bindings: do not link with unecessary libs (spotted by courmisch)
Olivier Aubert [Tue, 4 Mar 2008 12:48:30 +0000 (13:48 +0100)]
python bindings: do not link with unecessary libs (spotted by courmisch)

16 years agoFix a little bug in the playlist sorting.
Rémi Duraffort [Tue, 4 Mar 2008 11:32:05 +0000 (12:32 +0100)]
Fix a little bug in the playlist sorting.

16 years agopython bindings: provide useful defaults for linking when compiling out-of-tree
Olivier Aubert [Tue, 4 Mar 2008 10:10:48 +0000 (11:10 +0100)]
python bindings: provide useful defaults for linking when compiling out-of-tree

This allows to compile the bindings from a properly installed VLC (includes and libs in standard locations), as for instance with the libvlc1-dev debian package.

16 years agoUse the correct meta data to sort the playlist.
Rémi Duraffort [Tue, 4 Mar 2008 00:45:24 +0000 (01:45 +0100)]
Use the correct meta data to sort the playlist.
The sorting is still strange (wrong ?) but the sort is done on the right meta data.

16 years agoWe're on git now, so show Git commit instead of svn revision.
Pavlov Konstantin [Tue, 4 Mar 2008 00:37:44 +0000 (03:37 +0300)]
We're on git now, so show Git commit instead of svn revision.

16 years agotoolbox: check for other files instead of missing ones.
Pavlov Konstantin [Mon, 3 Mar 2008 22:41:27 +0000 (01:41 +0300)]
toolbox: check for other files instead of missing ones.