xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
Subject SHA-1 Author Date
Release 0.42. b16c23ed01c9e5fce14f6750c42f225581487a2b Kim Tore Jensen 2010-05-14 12:59:47
Regular expressions support now made optional through configure script. f876e9c8742f984ae53809560c957f932fb349b1 Kim Tore Jensen 2010-05-14 11:22:25
Close #19, adding numeric parameter to add-random and play-random. 61b2485c84b5b061644f50159dc65340100588f0 Kim Tore Jensen 2010-05-14 11:04:47
fixed: pms would crash on song deletion from a playlist, and the fix broke the library view ->pos. d37f261eda420fcf5c1f92b5aec27ed51201d0ba Kim Tore Jensen 2010-05-14 10:26:26
Updated ambientsound's example config with new 'filter' command. bacc92c52ae373c98017ceb74ae0ebf3143ec063 Kim Tore Jensen 2010-05-14 09:43:16
changed my rc 9b791f845cc8109b686b3213d58102280d0e2014 Bart Nagel 2010-05-13 15:50:00
changed 'search' command to 'filter', which is more intuitive given 'clear-filters' 4e20f68e891a8bfbfb8f4bf551f9b4952085ef4c Bart Nagel 2010-05-13 15:49:53
fixed plurality of number of songs when filtered or selected 61908b4133b1485552fd6819799da56e2d231f7e Bart Nagel 2010-05-13 13:05:07
fixed :rehash problem introduced in 0697558f08ee 2481126718d3bb2c5c164a8b35af62ca75eec9db Bart Nagel 2010-05-13 12:53:15
Undo 8c3cce3eaffb8a57ae7d1fb53ec5f6327f0591cf Kim Tore Jensen 2010-05-13 09:09:05
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pms

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pms

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master