Ron Pedde
|
5de59a26aa
|
fix deadlock on event plugin
|
2006-05-05 07:38:13 +00:00 |
Ron Pedde
|
c29f829c31
|
fix exports
|
2006-05-04 06:39:38 +00:00 |
Ron Pedde
|
4440ac7013
|
add event plugin type
|
2006-05-04 06:20:26 +00:00 |
Anders Betnér
|
0c407a7eca
|
Fixed playlist.html spinner that broke in last commit.
Fixed some song selecting issues + the one mentioned in ticket #60
(comment 04/22/06 14:17:24: Modified by abetner)
|
2006-05-03 21:03:10 +00:00 |
Anders Betnér
|
db6e5dc480
|
Switched playlist.html from DAAP XML requests to RSP.
This is quite a bit of a fast hack, just to se if it works.
|
2006-05-03 19:03:33 +00:00 |
Ron Pedde
|
4fd83e45a9
|
Fix blindingly obvious utf-16 to utf-8 bug, fixes bug #89
|
2006-05-03 04:21:28 +00:00 |
Ron Pedde
|
00dd561aac
|
Fix bad track parsing on wma
|
2006-05-03 03:37:31 +00:00 |
Ron Pedde
|
713068402a
|
Add missing files to plugin dir
|
2006-05-02 06:41:20 +00:00 |
Ron Pedde
|
f19801e0da
|
Move win32 plugins to the plugins directory.
|
2006-05-02 06:14:39 +00:00 |
Ron Pedde
|
757e576537
|
make empty password same as unspecified password.
|
2006-05-02 06:12:38 +00:00 |
Ron Pedde
|
1c33ef17fa
|
Add win32 configurator
|
2006-05-02 03:52:45 +00:00 |
Ron Pedde
|
ba5534a02b
|
prefix-ize contrib startup scripts, closing ticket #77
|
2006-05-01 08:29:07 +00:00 |
Ron Pedde
|
5b89f07caa
|
finish adding patches for rsp
|
2006-05-01 08:07:56 +00:00 |
Ron Pedde
|
e60d1f75ec
|
invert the sense of the -s switch, default skipping intial scan
|
2006-05-01 08:06:19 +00:00 |
Ron Pedde
|
f68f7678fb
|
Fix PATH_MAX too short on win32
|
2006-05-01 03:59:05 +00:00 |
Ron Pedde
|
465b1258a3
|
Update rsp to latest version, integrate rsp build with standard win32 build
|
2006-05-01 03:14:15 +00:00 |
Ron Pedde
|
4d938a6f93
|
update .nsi for rsp
|
2006-05-01 03:10:45 +00:00 |
Ron Pedde
|
553c57ccc1
|
Add rsp files
|
2006-04-30 23:02:35 +00:00 |
Ron Pedde
|
a2ea8c3de0
|
Consider loopback addresses local (for passwordless access to config page on win32)
|
2006-04-28 05:31:42 +00:00 |
Ron Pedde
|
c578eb5bae
|
Fix disclaimer wording. :)
|
2006-04-28 05:30:47 +00:00 |
Ron Pedde
|
4a1609cb2d
|
revert u_int32_t changes for solaris -- must autoconfiscate, fixups for debian
|
2006-04-28 05:10:06 +00:00 |
Ron Pedde
|
df264d56da
|
oops, put ignore_appledouble in wrong section
|
2006-04-27 07:18:16 +00:00 |
Ron Pedde
|
e3ba86f03a
|
add scanning/skip_appledouble and scanning/ignore_dotfiles to close #82
|
2006-04-27 07:15:05 +00:00 |
Ron Pedde
|
eba07e1e15
|
Make iTunes .xml file authoritative for songs outside the mp3_dir, closing #84
|
2006-04-27 06:59:46 +00:00 |
Ron Pedde
|
5ed16bc1ca
|
fix bad seek resync on large tags (covr)
|
2006-04-27 06:12:43 +00:00 |
Ron Pedde
|
f6bab734d1
|
Allow nulls in txt entry for rend registration
|
2006-04-26 03:29:43 +00:00 |
Ron Pedde
|
1ca265d4c5
|
Let plugins register rendezvous names
|
2006-04-25 23:13:04 +00:00 |
Ron Pedde
|
07857c6eba
|
Update win32 for zlib 1.2.3
|
2006-04-25 20:46:03 +00:00 |
Ron Pedde
|
b10762b4d5
|
Move xml stuff out of plugins
|
2006-04-25 10:02:43 +00:00 |
Ron Pedde
|
1b8244b7f3
|
Add auth handler to plugin
|
2006-04-24 08:44:04 +00:00 |
Ron Pedde
|
e2fd480c78
|
pass functions to plugins through struct, rather than relying on auto-exported functions from executable
|
2006-04-23 04:42:18 +00:00 |
Ron Pedde
|
c2c4bb1542
|
Add plugin headers
|
2006-04-23 02:06:05 +00:00 |
Ron Pedde
|
a044a54712
|
Uninstall all files, add extra dialog for music directory on installation.
|
2006-04-22 21:37:58 +00:00 |
Anders Betnér
|
83e20a2824
|
Use css overflow on genres/artists/album select boxes instead
of truncating the text
|
2006-04-22 21:06:34 +00:00 |
Ron Pedde
|
15e6302fc0
|
Bring win32 up to current
|
2006-04-22 20:03:26 +00:00 |
Ron Pedde
|
b4bc212f65
|
Make auth requests for plugins work
|
2006-04-22 19:45:49 +00:00 |
Ron Pedde
|
eed9619063
|
Make auth handers receive connection info
|
2006-04-22 18:22:41 +00:00 |
Ron Pedde
|
2fd2f15d23
|
Make plugins use reader/writer locks rather than semaphores, that they might be re-entrant
|
2006-04-22 18:22:24 +00:00 |
Ron Pedde
|
9621ac0e9f
|
Add Makefile.am for contrib directory
|
2006-04-22 18:21:04 +00:00 |
Ron Pedde
|
433a2ce666
|
More plugin work
|
2006-04-21 06:43:41 +00:00 |
Anders Betnér
|
03664de092
|
Small IE javascript fix (removed tr.hasAttribute)
|
2006-04-20 21:47:58 +00:00 |
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 |