Commit Graph

655 Commits

Author SHA1 Message Date
Ron Pedde 104957bf2f add db_delete_playlist, fix m3u scanning to use new database routines 2005-04-21 03:16:19 +00:00
Ron Pedde afd41008dc add m3ufile struct, functions for retrieving it 2005-04-19 04:47:59 +00:00
Ron Pedde a3c30304b7 fix the no-flac-metadata bug, and the long standing no-year-metainfo bug 2005-04-19 04:47:30 +00:00
Ron Pedde ba6cd23838 more typos 2005-04-18 00:30:09 +00:00
Ron Pedde ee2c3aa045 minor fixes 2005-04-18 00:26:57 +00:00
Ron Pedde a0143734b7 add some support towards static file-based playlists 2005-04-17 23:57:10 +00:00
Ron Pedde 2c059f4bb2 minor fixes 2005-04-17 23:56:33 +00:00
Ron Pedde 2d208dc30b add ogg and vorbis to standalone scanner framework 2005-04-17 22:06:59 +00:00
Ron Pedde b06aad7e49 make ogg and flac single-pass scanners like wma 2005-04-17 21:41:42 +00:00
Ron Pedde 1ffd741e50 fix parsing extended_content_description, better song duration by using preroll 2005-04-17 21:18:59 +00:00
Ron Pedde b21d1340c9 A little more wma metadata 2005-04-17 03:28:51 +00:00
Ron Pedde 2b6878495c make config pages specify utf-8 content-type 2005-04-16 23:13:59 +00:00
Ron Pedde 40d97beea1 Fix leak on background rescan 2005-04-16 21:26:35 +00:00
Ron Pedde 350e4affa9 add song_length and bitrate to wma scanner 2005-04-16 20:56:47 +00:00
Ron Pedde e5f833c181 framework for testing metadata scanners outside of mt-daapd 2005-04-16 20:54:36 +00:00
Ron Pedde 2762f6730b hook wma scanner into mp3-scanner, add more metainfo 2005-04-14 06:23:05 +00:00
Ron Pedde ed7a6c5b32 add so I don't lose it 2005-04-12 06:34:07 +00:00
Ron Pedde f1d35c7f3c fix fd leak in dynamic art 2005-04-12 03:51:42 +00:00
Ron Pedde 622171c1b1 Add daap.songcodectype, normalize daap.songformat and daap.songdescription. 2005-04-04 02:21:26 +00:00
Ron Pedde 33e6284639 Add daap functions to add items to a static playlist 2005-04-02 10:52:28 +00:00
Ron Pedde 53f8c8166b add dmap methods to remotely add a playlist 2005-04-02 09:27:53 +00:00
Ron Pedde de9d433b3e Fix double-url-decode bug 2005-04-02 06:08:27 +00:00
Ron Pedde 533c273a0b make containers query honor metatags, add mt-daapd specific playlist tags for type and smart playlist spec 2005-04-02 05:31:20 +00:00
Ron Pedde 158a76ae16 Add smart playlist clause to playlist query 2005-04-02 04:33:04 +00:00
Ron Pedde f7bd776d5f Fix problem with daap queries using apostrophe. It must be encoded as %27 2005-03-28 01:20:39 +00:00
Ron Pedde f8a4166a2a Fix error building query with wildcard specifiers 2005-03-28 00:41:37 +00:00
Ron Pedde ff8c69d915 clean up invalid utf-8 data. this forces a database update and full rescan (mostly as a test of the db update stuff) 2005-03-28 00:28:54 +00:00
Anders Betnér 24667c8d01 Code cleanup, fixed browse queries, 2005-03-21 19:53:39 +00:00
Ron Pedde 172802161f Fix sql database creation script 2005-03-21 05:07:05 +00:00
Ron Pedde 17c7b8d875 Move ssc check to dmap-building time, rather than scanning time so that transcoding can be done on a per-user-agent basis 2005-03-20 23:43:24 +00:00
Ron Pedde c9d7a75774 fix double-free of pmp3 2005-03-20 06:04:16 +00:00
Ron Pedde ed4b5609e1 fix insert syntax 2005-03-20 04:42:52 +00:00
Ron Pedde 65510ae93b fix error in update 2005-03-20 04:22:42 +00:00
Ron Pedde f8f442bc3c Move db_open after priv drop 2005-03-20 04:13:34 +00:00
Ron Pedde 5a435bc6e9 make flac.c -Wall clean 2005-03-20 01:27:55 +00:00
Ron Pedde d4aaf09700 Get rid of some configure verbosity, include dbs-sqlite.h 2005-03-20 01:24:17 +00:00
Ron Pedde 48e5936856 Moved sqlite.sql into dbs-sqlite.c 2005-03-20 00:56:52 +00:00
Ron Pedde 526d468b4c moved to dbs-sqlite.c 2005-03-20 00:43:20 +00:00
Ron Pedde 87d8544a72 auto-upgrade of databases, including auto-creating database 2005-03-20 00:42:47 +00:00
Ron Pedde 6565596321 cleanups in dbs-sqlite, fixes for paths with single quotes in them 2005-03-19 21:56:08 +00:00
Ron Pedde adc26c90b4 Big performance wins 2005-03-19 10:02:19 +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
Ron Pedde 559a45503f Ignore invalid queries 2005-03-16 12:26:22 +00:00
Ron Pedde cb5f0283d6 Implement xml output 2005-03-16 11:38:14 +00:00
Ron Pedde 8e6c0d2c6d add query/filter support 2005-03-14 06:17:28 +00:00
Ron Pedde 352f627471 add browse 2005-03-13 23:20:25 +00:00
Ron Pedde 0df3ad01e1 Fix stop attempts during initial scan 2005-03-13 21:22:05 +00:00
Ron Pedde 5eb03dae42 Remove old files 2005-03-11 06:43:26 +00:00
Ron Pedde 7713e226f8 remove 2005-03-11 06:40:50 +00:00