Latest Version: 0.33
Download:
https://sourceforge.net/project/down...zip&a=63953426
Source:
http://carpal.svn.sourceforge.net/viewvc/carpal/
This codec is REQUIRED: Otherwise CarPal will report the wrong mp3 length for VBR files:
http://www.free-codecs.com/download/...rce_Filter.htm
WORD OF WARNING:
The source may not match the version of the binaries. I am working to keep them up to date in parallel, but sometimes the source jumps ahead, and sometimes it's a day or two behind.
Changes from 0.32:
Bugs Fixed:
DotNetManager:
- Rather large fixes involving plugin communication. Even subscriptions from a .net plugin was not working properly, it now is.
WindowManager:
- Fixed issue where if more than one GUI window subscribed to an event, it would be sent twice.
- Fixed another issue where events would get into a sending loop and flood the system out.
Features:
Code computability with linux. assuming you have all the dependencies installed (qt dev, phonon dev, qt-phonon, taglib, sqlite3, gstreamer plugins good/bad/ugly).
The embedded plugin, dot net plugin, and obdinfo plugins will not compile/run under linux at this time.
Core:
Hibernation and standby support via "core:admin standby" and "core:admin hibernate"
MediaLibrary/MediaEngine
- Changed how playlists are handled, so currently loaded playlist is copied to a "nowplaying" list.
- Playlist editing. You can add, remove, and move around items in playlists.
- Volume control and the ability to mute
- Track position control: the ability to seek through the song via slider bar
WindowManager:
- "WindowManager:window showlast" message put in. This will show the last window shown before the current window, and hide the current window. Much like a back button. This works on a stack, so if all your windows have it, and you have 3-4 windows nested deep, it will operate as expected and eventually bring you back to your top level window.
- Added a setlabeltext method to gui windows, eg: AudioPlayer:window setlabeltext !label name! !text to be set!. This allows you to create labels in a window, and set their text via plugin.
FileBrowser:
- New plugin, allows you to browse folders and choose files. Currently used in conjunction with PlaylistEditorWindow.xml to add files to a playlist.