summaryrefslogtreecommitdiff
path: root/plugins/m3u
Commit message (Collapse)AuthorAge
* m3u: fixed reading pls files which have spaces before and/or after the "=" signGravatar Alexey Yakovenko2014-06-25
|
* added uri support to plt_insert_file_int, improved pls parserGravatar Alexey Yakovenko2014-06-22
|
* m3u: fixed loading pls files with relative pathesGravatar Alexey Yakovenko2014-06-22
|
* m3u: fixed loading symlinked playlists with relative pathes (bug #1055)Gravatar Alexey Yakovenko2014-06-21
|
* updated/improved/added licensing info in many plugins, added COPYING files, ↵Gravatar Alexey Yakovenko2014-05-07
| | | | some plugins got upgraded from GPL to ZLIB
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* fixed playlist loaders refcounting bugGravatar Alexey Yakovenko2014-01-20
|
* m3u: never reuse title/artist from previous M3UINFGravatar Alexey Yakovenko2013-12-10
|
* m3u: fixed m3uinf regressionGravatar Alexey Yakovenko2013-11-23
|
* m3u: don't write artist/title to M3UEXT if the tag doesn't have the ↵Gravatar Alexey Yakovenko2013-11-14
| | | | appropriate field(s)
* m3u: ported to new addfile APIGravatar Alexey Yakovenko2013-11-05
|
* m3u: fixed duration bugGravatar Alexey Yakovenko2013-10-27
|
* m3u: fixed track titles after loading from plsGravatar Alexey Yakovenko2013-10-27
|
* m3u: don't save subtracks to pls/m3uGravatar Alexey Yakovenko2013-10-27
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* m3u: fixed buffer overflowGravatar waker2013-05-20
|
* m3u: don't need ctype.hGravatar waker2012-09-07
|
* m3u: improved handling of local file pathsGravatar waker2012-09-07
|
* skip utf8 bom in m3u filesGravatar waker2012-08-05
|
* m3u: don't overwrite title/artist from tagsGravatar waker2012-05-31
|
* m3u: strncpy misuse fixGravatar waker2012-05-24
|
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
|
* fixed bug in id3v2 parser which wasn't trimming whitespace correctly at the ↵Gravatar waker2012-04-02
| | | | end of text fields
* m3u: correctly parse extinf artist+title; fixed m3uext exportGravatar waker2012-03-28
|
* m3u plugin: try to load pls if m3u loader fails to load the file without ↵Gravatar waker2012-03-25
| | | | | | extension streamer: added "audio/x-scpls" content-type support
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* m3u: automatic charset detection/conversionGravatar waker2012-01-12
|
* fixed crash when .pls playlist references non-existing local fileGravatar waker2012-01-10
|
* m3u: added -lm to LDFLAGSGravatar waker2011-12-18
|
* m3u: fixed crash when file from playlist doesn't existGravatar waker2011-12-04
|
* fixed m3uext parser bugGravatar waker2011-11-28
|
* m3u plugin will now attempt to load arbitrary files as M3U without checking ↵Gravatar waker2011-10-01
| | | | extension
* added buffer size limit to m3uext parserGravatar waker2011-09-30
|
* added experimental EXTM3U supportGravatar waker2011-09-29
|
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* don't display debug messages when loading m3u playlistGravatar waker2011-05-13
|
* changed few old-style pl_* functions which were working with current ↵Gravatar waker2011-05-08
| | | | playlist with the new ones, working with specific playlist passed as argument
* changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | playlists, and not just the current one
* added progress dialog to pls and m3u loadersGravatar waker2011-04-27
|
* write #M3UEXT to m3u files when exportingGravatar waker2011-04-27
|
* fixed m3u plugin for new apiGravatar waker2011-04-25
|
* fixed m3u plugin descriptionGravatar waker2011-04-09
|
* m3u: added m3u8 extension supportGravatar waker2011-04-04
|
* m3u: removed file size limitation on playlist filesGravatar waker2011-04-04
|
* implemented saving into m3u and pls formatsGravatar waker2011-03-29
|
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* improved compatibility of .pls parsersGravatar waker2011-02-26
|
* fixed pls loading bug in m3u pluginGravatar waker2011-01-02
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* added missing m3u pluginGravatar waker2010-12-04