Commit Graph

2331 Commits

Author SHA1 Message Date
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
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
Ron Pedde
476ee42faf starting simple gdbm backend 2006-03-27 01:48:43 +00:00
Ron Pedde
96753e59ca Implement subcontainer browsing, closing ticket #3 2006-03-26 23:24:11 +00:00
Ron Pedde
9a396eca29 Make compdirs work again, closing ticket #15 2006-03-26 22:07:33 +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
Ron Pedde
1a71d3bdd7 tab exapand 2006-03-26 19:47:30 +00:00
Ron Pedde
f1037ae45a tab expand 2006-03-26 19:46:55 +00:00
Ron Pedde
1a0dae4ed0 make mt-daapd-ssc.pl executable, from gordo 2006-03-26 17:43:58 +00:00
Ron Pedde
abee2d9792 autocreate directories from config file 2006-03-26 04:55:59 +00:00
Ron Pedde
e1a1c7f18a oops, forgot headers 2006-03-25 23:27:55 +00:00
Ron Pedde
0b11dc0e39 Make failures in mp3 scanning non-fatal (in case of bad mp3_dir) 2006-03-25 23:21:43 +00:00
Ron Pedde
0eb3160bbc add path verification and creation to config file 2006-03-25 23:21:16 +00:00
Ron Pedde
272ba7d8e5 move the config file to a template 2006-03-25 23:20:09 +00:00
Ron Pedde
149bb6a0a6 adjust config file paths for prefix 2006-03-25 23:19:21 +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
Ron Pedde
51a3a6279c -Wall cleanups 2006-03-25 11:15:53 +00:00
Ron Pedde
4d1555ec2b untabify err.c 2006-03-25 10:52:10 +00:00
Ron Pedde
463c7fe478 Add script.aculo.us stuff to win32 package 2006-03-25 05:55:12 +00:00
Ron Pedde
7f8c0d002c remove query.c from win32 build 2006-03-25 05:51:33 +00:00
Ron Pedde
75fab9657d Fix parser crash on empty strings 2006-03-24 22:29:24 +00:00
Ron Pedde
1cca7d3a53 index support, closes ticket #1 2006-03-24 19:23:47 +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
Ron Pedde
be8eef8384 Fixes for sqlite3 from jlbz on the forums, walk out the thread pooling 2006-03-24 05:10:29 +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
35d7a9bc61 Fix double-free in logout 2006-03-23 02:57:39 +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
2fbb744e6f string splitting function 2006-03-20 22:27:56 +00:00
Ron Pedde
5020ed6884 start toward multi-entry terms 2006-03-19 22:03:26 +00:00
Ron Pedde
b8c423321a Fix problems with date based queries 2006-03-19 06:43:32 +00:00
Ron Pedde
185f26d240 Fix obvious misorder of L_XML and L_PARSE 2006-03-19 06:42:23 +00:00
Ron Pedde
9612a26af6 only debug parser info 2006-03-19 06:33:53 +00:00