Commit Graph

871 Commits

Author SHA1 Message Date
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
Ron Pedde
970a75f00e win32 fixes 2006-03-29 22:02:42 +00:00
Anders Betnér
5c24ad2d02 playlist.js: add playlist checks if 'untitled playlist' exists and
adds 'untitled playlist 1' (or 2 or 3 or...)
2006-03-29 12:35:31 +00:00
Anders Betnér
cfc50a5005 Playlist.js: fix playlist names containing "'" wrongly encoded 2006-03-29 11:24:46 +00:00
Anders Betnér
c3a8a453be Added short notes on what works and not to playlist.html
New playlists are called "untitled playlist" to conform with iTunes
2006-03-29 09:02:39 +00:00
Ron Pedde
a1a4ba9c1b Fix ticket #28 -- incorrect song duration on wma files. Also update scanner driver for new config, etc 2006-03-29 05:08:57 +00:00
Ron Pedde
dfcc54342b fix minor typo in error message 2006-03-29 05:08:13 +00:00
Ron Pedde
8ebc66e5db typo. argh. 2006-03-29 04:42:28 +00:00
Ron Pedde
23e2bab36b Make sure that 'Library' isn't editable 2006-03-29 04:41:57 +00:00
Ron Pedde
c67af0fb50 Fix for #23 -- playlist name or query can be null now 2006-03-29 04:40:35 +00:00
Ron Pedde
8d8178b46e almost json on the non-dmap version 2006-03-28 23:36:23 +00:00
Ron Pedde
a102c38763 json harder than I thought 2006-03-28 07:49:39 +00:00
Anders Betnér
8c39e0294e Delete playlist works. (Hit delete key to remove the playlist) 2006-03-27 22:19:18 +00:00
Anders Betnér
22649c0da3 playlist.js: add static playlist works, can't add any items
to the playlist though
2006-03-27 21:56:26 +00:00