Commit Graph

1160 Commits

Author SHA1 Message Date
Anders Betnér
aa5c3adb9a Added a spinner closes #34
Started work on #60 you can select songs by clicking and ctrl-clicking
(can't do anything with the selected songs though)
2006-04-20 21:30:47 +00:00
Ron Pedde
1af9e8c08e more plugin work 2006-04-20 06:52:21 +00:00
Ron Pedde
ff0491f798 Forgot the most important parts of the last commit 2006-04-20 04:08:12 +00:00
Ron Pedde
fd0d5cbbd9 start plugin infrastructure 2006-04-19 08:32:18 +00:00
Anders Betnér
b60b439102 playlist.html:
* added a somewhat flaky spinner, will make it more smooth later
 * started work on selectable songs in songlist
 * removed unused code in playlist.js
2006-04-18 20:23:19 +00:00
Anders Betnér
268019eb41 playlist.html: Put songid as a row attribute in songlist 2006-04-17 21:13:28 +00:00
Ron Pedde
d6ac7d5744 Add patrekur's bsd init script, move all init scripts to contrib/init.d 2006-04-17 05:04:21 +00:00
Ron Pedde
e3fc9fa94c Fix errors introduced by r962 on unix side 2006-04-17 04:56:22 +00:00
Ron Pedde
201ab40e73 Fix warnings from bad prototype 2006-04-16 05:14:22 +00:00
Ron Pedde
7b32ce3022 pass hostname to auth functions so auth functions can set passwords based on host. Also, make win32 not require passwords to config page from localhost. Ticket #76 2006-04-16 04:57:04 +00:00
Ron Pedde
882111a52a reopen log and re-read config on sighup -- fixes ticket #73 2006-04-15 23:03:31 +00:00
Ron Pedde
7907540aa5 Bring win32 up to date with compat changes 2006-04-15 22:39:45 +00:00
Ron Pedde
4e40b62b78 make sure changes in version number don't force svn changes by making the config.h a template that gets generated at build time 2006-04-15 22:01:35 +00:00
Ron Pedde
c5b03aceb9 make sure changes in version number don't force svn changes by making the config.h a template that gets generated at build time 2006-04-15 22:00:22 +00:00
Ron Pedde
6979a7a67e Fixes for compiling on solaris -- fixes #66 and #5 2006-04-15 08:53:56 +00:00
Ron Pedde
8afa55222b workaround for sh and bsd make, fixing ticket #65 2006-04-15 05:31:53 +00:00
Ron Pedde
5a73c4d8c6 apply patch for ticket #72 2006-04-15 04:45:25 +00:00
Anders Betnér
610f507ada Removed genre from songlist. 2006-04-14 05:34:47 +00:00
Ron Pedde
ad0455d09a more gdbm 2006-04-13 02:19:56 +00:00
Anders Betnér
26a235672b Forgot some select boxes on config.html 2006-04-12 21:28:34 +00:00
Anders Betnér
3fd9f6d353 status page uses /xml-rpc?metod=config
First shot at it, nothing is editable and some conf fields are
not updated at all.
2006-04-12 21:01:38 +00:00
Ron Pedde
267528f070 Make mp3_dir multivalued, closing ticket #16 2006-04-12 05:18:55 +00:00
Ron Pedde
15edcf0670 tenative fix for ticket #65 -- == operator, vs = for /bin/sh != bash 2006-04-12 04:34:01 +00:00
Anders Betnér
48dba7a057 Change all element.firstChild.nodeValue to
Element.textContent(element) to fix bug #58
2006-04-11 07:22:34 +00:00
Ron Pedde
2c83da8701 attempt to fix #55 2006-04-10 22:26:57 +00:00
Anders Betnér
99c68192f3 Wording 2006-04-10 20:17:44 +00:00
Ron Pedde
964285cf41 Minor win32 fixes, fix path parsing in conf validation to fix ticket #48 2006-04-10 19:02:39 +00:00
Ron Pedde
f83f66130b add config_path and version items to stats xml-rpc. Fixes ticket #33. Take 2. :) 2006-04-10 17:59:10 +00:00
Ron Pedde
bc2faaf75f fix default config file location, ticket #63 2006-04-10 17:15:37 +00:00
Ron Pedde
d67da51dee Fix ticket #57 2006-04-10 16:30:29 +00:00
Ron Pedde
bb5866fd21 make mtd-update not depend on sqlite 2006-04-10 07:38:26 +00:00
Ron Pedde
e845bdef47 make reconf.sh a template file, fix shebang. Closes ticket #57 2006-04-10 07:08:33 +00:00
Ron Pedde
e0597644b7 finish implementing xml-rpc for config values, closing ticket #33 2006-04-10 06:33:57 +00:00
Ron Pedde
f40cf8eb8f make scanner-driver show reslution with millisecond accuracy 2006-04-10 05:26:22 +00:00
Ron Pedde
61d2cd0df1 Fix playlist updating when updating smart playlist but not editing name. Fixes ticket #56 2006-04-10 05:14:43 +00:00
Ron Pedde
86a44ea550 Fix crash on invalid smart playlist 2006-04-10 04:52:14 +00:00
Ron Pedde
8ca978322a fix error messages on bad schema 2006-04-10 04:27:52 +00:00
Ron Pedde
c7cc788a1d add external database update program (mtd-update) 2006-04-10 04:18:38 +00:00
Ron Pedde
92e967e78c set default config file location based on prefix 2006-04-09 01:35:10 +00:00
Anders Betnér
6d6f2d125f playlist.html: html clean up 2006-04-09 00:17:10 +00:00
Anders Betnér
0987d427e6 playlist.html: The livegrid works you can scroll up and down,
but songnames etc are truncated to 10 chars to prevent
the rows from expanding their heights.
I have to do something about the layout to get more room.
2006-04-08 23:57:40 +00:00
Ron Pedde
e6b57ef704 properly implement mtco for indexed operations. Fixes ticket #53 2006-04-08 23:25:30 +00:00
Anders Betnér
cb30e0446f playlist.html: Livegrid works with browsing and searching, but it thinks
that all songlists are 1000 songs long until bug #53 is fixed.
2006-04-08 20:54:58 +00:00
Anders Betnér
2ae9bd5adf playlist.html: changed display of song time from ms to
minutes:seconds
2006-04-08 20:37:06 +00:00
Anders Betnér
ff9ef03ed1 Moved web admin navigation box width from html to css.
Changed cvs url to point to svn
2006-04-08 20:15:19 +00:00
Anders Betnér
a9dd972f25 First incarnation of playlist scrolling with Openrico Livegrid.
If you open playlist.html and without selecting anything head
to the song list scroller you can scroll in your song list. With
rows fetched dynamicly from the server.
A lot of things are broken, but the scrolling works!
2006-04-08 19:48:18 +00:00
Ron Pedde
5ce3ebbb86 make ogg reading errors non-fatal, fixes bug #51 2006-04-08 06:11:28 +00:00
Ron Pedde
66fa97e8d1 bad first pass at setting config stuff... doesn't work for multivalued config values 2006-04-07 06:55:04 +00:00
Anders Betnér
3b5e89708f Fixed #42 2006-04-06 21:20:33 +00:00
Anders Betnér
47db1632a3 Implemented #44 2006-04-06 21:00:47 +00:00