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
Ron Pedde
b147348dbd
more defensive aac scanning to fix bug #47
2006-04-05 06:31:33 +00:00
Ron Pedde
0028d16aa0
update scanner and parser makefiles. Deps really have to be trimmed
2006-04-05 05:11:28 +00:00
Ron Pedde
c5fcb96aed
make update support configurable
2006-04-05 04:18:18 +00:00
Ron Pedde
78455709c2
add xml-rpc method for getting config
2006-04-04 06:31:19 +00:00
Ron Pedde
860f853778
Expand tabs
2006-04-04 04:28:07 +00:00
Anders Betnér
7ec594b0c5
Put back the link to stop the server from the status page
2006-04-03 09:36:13 +00:00
Ron Pedde
fa2a3a1005
Make transcoding work for codec types that aren't known
2006-04-03 03:47:11 +00:00
Ron Pedde
5d967ead1e
80 col cleanups
2006-04-03 02:24:58 +00:00
Ron Pedde
96686cd917
Fix errors in null codectype when empty_strings enabled
2006-04-03 02:22:02 +00:00
Anders Betnér
76ef6be721
Minimal IE prefix, won't fix anything, I just wanted to
...
commit before messing with the Rico livegrid
2006-04-01 22:12:03 +00:00
Anders Betnér
5a731133e2
Reverted #41 fix i r906. IE cache issues, now fixed server side by r907
2006-04-01 21:57:53 +00:00
Ron Pedde
f98a93bdb0
Move mkdist.sh to a template, to avoid stomping on it
2006-03-31 22:53:19 +00:00
Ron Pedde
805708da1f
retrieve strings from database as blobs rather than strings to stop mangling codepage filenames. Fixes ticket #38
2006-03-31 22:40:38 +00:00
Ron Pedde
43bbf96024
anti-ie defensive anti-caching
2006-03-31 22:23:18 +00:00
Anders Betnér
74ab93a851
Fix for me and IE booth being idiots.
...
Added a random parameter to the xml-rpc call to prevent IE caching.
2006-03-31 21:45:38 +00:00
Anders Betnér
422f0841c2
Fixed status page for IE, apart from
...
#31 , IE chockes on non utf-8 chars in the xml
#41 , IE will cache the xml-rpc answer
2006-03-31 20:32:32 +00:00
Anders Betnér
eb9a771dad
Changed status.html to use /xml-rpc?method=stats every 5 seconds instead
...
of reloading the page every 10 seconds.
This breaks in IE, will fix it later.
2006-03-31 20:08:40 +00:00
Ron Pedde
8fc0ab5272
Kind of a cheesy fix for #26 , and not strictly correct, but close enough. Better would be to declare a path separator char in the os stuff.
2006-03-31 09:41:27 +00:00
Ron Pedde
994c8efa8e
Add nsSCM service manager to be able to implement installation deps, fixing #29 . Additionally, added a check for Bonjour for Windows before installing.
2006-03-31 08:32:14 +00:00
Anders Betnér
38a74ab1eb
Moved defects and todos to trac.mt-daapd.org
2006-03-31 07:29:53 +00:00
Ron Pedde
3b31d22c02
Fix bug #9 and #10 -- by making error statuses persistent, the win32 password problem goes away, as does the reprompting on bad password attempts. Nice.
2006-03-31 07:29:51 +00:00
Ron Pedde
cbf607fd2e
bad fix for ticket #31 -- there is a more elegant way to do this, but this will have to work for now
2006-03-31 06:12:37 +00:00
Ron Pedde
7bace3ab5a
Fix for null thread status on a blocked db update thread
2006-03-31 05:02:47 +00:00
Ron Pedde
b1ed033d9e
rollback r884 and r885, the json mess. Probably cleaner to make an xml-building api that more cleanly maps to json
2006-03-30 04:13:20 +00:00
Ron Pedde
a2528eba8c
Fix ticket #27 -- make errors in dispatch return dmap/xml errors rather than HTTP errors
2006-03-30 03:53:39 +00:00
Anders Betnér
62f802f218
playlist.js: Major refactoring. I probably broke something
2006-03-29 22:20:12 +00:00