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
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
Anders Betnér
610f507ada
Removed genre from songlist.
2006-04-14 05:34:47 +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
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
Anders Betnér
99c68192f3
Wording
2006-04-10 20:17:44 +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
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
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
Anders Betnér
7ec594b0c5
Put back the link to stop the server from the status page
2006-04-03 09:36:13 +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
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
Anders Betnér
38a74ab1eb
Moved defects and todos to trac.mt-daapd.org
2006-03-31 07:29:53 +00:00
Anders Betnér
62f802f218
playlist.js: Major refactoring. I probably broke something
2006-03-29 22:20:12 +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
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
Anders Betnér
3697dbd0aa
playlist.js Click outside the "edit playlist name" box will end the
...
edit and send the new name to the server
Fixed a positioning error when the page is scrolled
2006-03-27 21:12:28 +00:00
Anders Betnér
8b46f4f586
Added rico.js to the javascript libraries
...
Added rename playlist functionality. (click wait click on a playlist,
type new name hit return) WARNING this will remove the smart playlist
spec, use it only on static playlists (which you can't even add through
the web interface)
2006-03-27 20:26:12 +00:00
Anders Betnér
453aa41077
playlist.js: Possible to browse playlists
2006-03-27 09:34:12 +00:00
Anders Betnér
a06fa36c21
First time ever I've introduced an error by linting.
2006-03-26 21:34:57 +00:00
Anders Betnér
31b142bef6
Linted playlist.js
2006-03-26 21:24:20 +00:00
Anders Betnér
d662654f35
Make the select boxes remember their selections when browsing, just like
...
iTunes does.
Moved some javascript around.
2006-03-26 21:14:03 +00:00
Anders Betnér
2dcb98d6e3
Fixed playlist.js browse and search
...
Added index=0-50 to query. (Song lists with more than 51 hits will
be truncated to 51 hits.) This is temporary until the rico live
grid works.
2006-03-25 12:48:51 +00:00
Anders Betnér
0d4882ae8e
Playlist.js: fix busy message, add autosearch at a 500ms typing delay
...
in the search box
playlist.html: layout
2006-03-24 11:44:50 +00:00
Anders Betnér
6e9d4ef491
Playlist.js: fixed search
2006-03-24 07:47:43 +00:00
Anders Betnér
33802c5dff
Playlist: Removed debug code
...
Fixed browse by genre/artist/album click, broke search
2006-03-24 07:09:31 +00:00
Anders Betnér
786ccfecda
Refactored playlist.js (partially done)
...
Added searchbox on the playlist page
Some layout css fiddeling.
2006-03-23 22:00:38 +00:00
Anders Betnér
48e8e0ef72
Autoconf is supposed to make life easy, I guess that
...
is only true if someone else sets it up for you.
Here's my fumbly finger approach to get it right.
2006-03-23 10:38:11 +00:00
Ron Pedde
0d55a718cc
automake sucks
2006-03-22 23:48:13 +00:00
Anders Betnér
1fa4d66401
Changed playlist editor from table layout to using divs
2006-03-22 08:55:31 +00:00
Anders Betnér
adf55f3fea
First steps towards a web based static playlist editor.
...
Not so functional at the moment.
2006-03-21 21:59:18 +00:00
Ron Pedde
9a133dcbdc
Merged win32-branch
2006-02-26 08:46:24 +00:00
Ron Pedde
a636d86826
add playlist js back in -- hat tip to Stefan Bruns
2006-02-09 07:36:29 +00:00
Ron Pedde
9bfbfa8615
Herman's web interface fixes
2006-01-26 15:08:11 +00:00
Ron Pedde
8e7bd9cd8b
Credit diego for configure patches
2006-01-16 22:29:38 +00:00
Ron Pedde
839386f86e
display parse errors in web interface
2006-01-16 22:28:44 +00:00
Ron Pedde
a8e9e7bfd6
From ccrdude
2005-12-04 19:09:54 +00:00
Ron Pedde
ce31933f14
Fix IE bug again
2005-12-03 07:54:30 +00:00
Ron Pedde
7cf7d23bc4
some global js functions
2005-11-20 10:02:31 +00:00
Ron Pedde
d284223749
Oops.. forgot to install the popup
2005-11-20 06:25:20 +00:00
Ron Pedde
341b3a750d
Patrick's shiny new web interface
2005-11-14 05:41:18 +00:00
Ron Pedde
dee22896a8
codectype transcoding
2005-11-11 23:52:42 +00:00
Ron Pedde
2402c35fb3
Ooooh... got it. REALLY fix the script error on IE
2005-11-11 23:05:22 +00:00
Ron Pedde
cbc6d22ea7
Fix the ie script thing as described on the forums
2005-11-11 22:45:35 +00:00
Ron Pedde
f127d8cb58
allow editing of smart playlists
2005-11-03 05:02:17 +00:00
Ron Pedde
0821b9ce9d
musepack support from slomo
2005-11-02 04:45:25 +00:00
Ron Pedde
5da8c6a44e
Patrick Kolla's wizard stuff
2005-11-01 23:55:20 +00:00
Ron Pedde
de86bbd5ad
CREDITS fixes
2005-11-01 00:11:03 +00:00
Ron Pedde
b4d493f8cf
nother copy of credits. wish cvs handled symlinks well
2005-11-01 00:10:10 +00:00
Ron Pedde
b612f351ad
credits, other various web trifles
2005-11-01 00:09:39 +00:00
Ron Pedde
20634b4b4d
Get rid of playlist tab, as it doesn't work...
2005-10-31 23:49:36 +00:00
Ron Pedde
64e1af83a4
Fixes for mlit to xml translation with string length of 0, suggested by Stefan Bruns
2005-10-26 06:00:54 +00:00
Ron Pedde
e7d5aa986a
First pass at playlist editor
2005-10-23 23:55:35 +00:00
Ron Pedde
3acd647a55
patches from Stefan Bruns for js speedups, konq support
2005-08-16 02:30:45 +00:00
Ron Pedde
324677564c
Add applet.html to package, also support compdirs and debuglevel in config page
2005-07-14 20:02:08 +00:00
Ron Pedde
3cf237894f
Add DAAP Applet jar temporarily
2005-06-20 03:44:30 +00:00
Ron Pedde
95e20a41d5
start working on smart playlist parser
2005-06-20 03:18:16 +00:00
Ron Pedde
3d543b387b
Add daap applet from www.petzall.se/daap
2005-06-15 03:24:16 +00:00
Anders Betnér
24667c8d01
Code cleanup, fixed browse queries,
2005-03-21 19:53:39 +00:00
Anders Betnér
95eb9caa99
Forgot to url encode queries
2005-03-16 22:35:26 +00:00
Anders Betnér
5a17d65d98
Slowly getting playlist editor in shape.
...
Still readonly, but clickable.
2005-03-16 19:56:40 +00:00
Anders Betnér
cbc3ddf143
Fix for songs with empty tags not being displayed in the web UI.
2005-03-06 09:29:48 +00:00
Anders Betnér
ab681005c9
Oops, forgot to include the new playlist files in the make file.
2005-03-06 08:55:19 +00:00
Anders Betnér
9714ba867e
Seems to be a maxlenght for arguments to @ispage. Shortened the arg a
...
bit
2005-03-06 00:28:04 +00:00
Anders Betnér
1dd266c228
First go on the web based playlist editor. This is just a quick hack.
...
Adds a new tab 'playlist' in the html interface.
2005-03-06 00:16:58 +00:00
Anders Betnér
a9785ade36
Made all html xhtml 1.0 strict compliant
...
lowercase tag names, make sure attributes as quoted and don't leave
any unclosed tags. also moved the 'http-equiv refresh' to the head tag
(it isn't allowed in the body)
2005-03-03 13:50:57 +00:00
Ron Pedde
58b7043acd
add compress keyword to web interface
2004-12-29 06:20:26 +00:00
Ron Pedde
27d8a51309
add scan_type directive for doing brute-force scans
2004-11-29 05:55:25 +00:00
Ron Pedde
7f1ca1f552
fix for bug 1074486 - Web interface doesn't save some options
2004-11-28 08:45:26 +00:00
Ron Pedde
b6876538f3
expose always_rescan option
2004-11-16 05:28:48 +00:00
Ron Pedde
8af2421541
Oops... last batch of stuff that was in -pre1, but not tagged as such
2004-10-25 03:15:35 +00:00
Ron Pedde
fc305fb3ea
Add rescan_interval to config page
2004-09-15 04:57:44 +00:00
Ron Pedde
e78545a53c
Add extensions option to web admin
2004-05-14 01:53:41 +00:00
Ron Pedde
f09a7ae7d1
Grrr... include the feedback page
2004-04-06 22:25:05 +00:00
Ron Pedde
121866707c
Oops... make sure to include feedback.html in the dist
2004-04-02 19:28:18 +00:00
Ron Pedde
8273834a8c
Add feedback info
2004-04-02 06:48:24 +00:00
Ron Pedde
68c995db3b
Fix the version info
2004-03-19 04:25:19 +00:00
Ron Pedde
27b067a0a9
Add version to title
2004-03-18 17:42:21 +00:00
Ron Pedde
62ea6d2fa8
Initial changes for db
2004-02-18 20:35:14 +00:00
Ron Pedde
469ab2d6a9
Merge new-rend-branch
2004-01-27 04:54:43 +00:00
Ron Pedde
1c8d5e8b84
Add thanks.html
2004-01-04 21:57:58 +00:00
Ron Pedde
f4b1fd9eb2
Fix minor make dist problems
2003-12-29 19:46:58 +00:00
Ron Pedde
a330728274
stuff
2003-12-01 23:15:17 +00:00
Ron Pedde
50ae6d13f2
Initial checkin
2003-12-01 20:57:55 +00:00
Ron Pedde
b8e7ce6e83
Add Servername to config page
2003-12-01 20:52:19 +00:00
Ron Pedde
9aa5d7783a
Gotta have the admin-root\!
2003-12-01 07:12:18 +00:00
Ron Pedde
2d401a63fb
fix header
2003-12-01 07:08:41 +00:00
Ron Pedde
ded384675a
Add image
2003-12-01 03:25:53 +00:00
Ron Pedde
4ab2018ebc
Initial checkin. A little too trimmed on the right... oops.
2003-11-26 06:31:41 +00:00
Ron Pedde
3427c2b735
Changes to fit in with the new directives
2003-11-26 06:13:21 +00:00
Ron Pedde
d515a2fc13
Add refresh
2003-11-17 22:18:18 +00:00
Ron Pedde
3304471174
add ispage directive to make tabs pretty
2003-11-14 16:21:54 +00:00
Ron Pedde
e8cdb122a4
Redo all the pages to look more prettier
2003-11-14 04:53:02 +00:00
Ron Pedde
39bec5529d
add GPL, change macros
2003-11-12 07:08:49 +00:00
Ron Pedde
1c1a9e62f2
Merge linux patches
2003-11-03 20:34:18 +00:00
Ron Pedde
7bd9372880
Add more admin templates
2003-10-23 21:43:51 +00:00
Ron Pedde
d971a35a46
Add Apple mDNS reponder
2003-10-23 21:43:01 +00:00
Ron Pedde
1aba1107cd
webserver interface nearly complete... allows custom auth and req dispatchers
2003-10-19 20:03:54 +00:00