Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved to apps repository | Frank Karlitschek | 2012-08-26 | 1 | -138/+0 |
| | |||||
* | Don't call getLocalFile() until you know it actually is music | Michael Gapczynski | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | use new sanitizeHTML() function | Bjoern Schiessle | 2012-06-20 | 1 | -3/+3 |
| | |||||
* | xss vulnerability fixed | Bjoern Schiessle | 2012-06-05 | 1 | -3/+3 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -4/+4 |
| | |||||
* | port some of the log call to the new public api | Frank Karlitschek | 2012-05-01 | 1 | -4/+4 |
| | | | | more to come | ||||
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | upgrade getid3 | Robin Appelman | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | application/ogg is music to | Robin Appelman | 2012-02-26 | 1 | -0/+2 |
| | |||||
* | use oc_filecache and oc_eventsource for music scanning | Robin Appelman | 2012-02-08 | 1 | -23/+13 |
| | |||||
* | make media detection based on extention case insensitive | Robin Appelman | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | mp3info is giving to much trouble, get rid of it | Robin Appelman | 2012-01-08 | 1 | -64/+46 |
| | |||||
* | Also use track_number to retrieve song track. | Cloud Dumper | 2012-01-08 | 1 | -1/+14 |
| | | | | This adds support for id3v2 tags such as TRACK/TOTAL. | ||||
* | fix id3 tag resolve. should use utf8 from getID3 directly but not | Weng Xuetian | 2011-11-18 | 1 | -4/+2 |
| | | | | to convert them from ISO8859-1 to utf8 after analyze. | ||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -4/+4 |
| | |||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | fance collection scanning wip | Robin Appelman | 2011-08-01 | 1 | -2/+11 |
| | |||||
* | automatically scan songs that are played from the filebrowser | Robin Appelman | 2011-08-01 | 1 | -3/+1 |
| | |||||
* | some improvements to collection scanning | Robin Appelman | 2011-08-01 | 1 | -37/+22 |
| | |||||
* | use db transitions for collection scanner | Robin Appelman | 2011-07-31 | 1 | -0/+2 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -7/+7 |
| | |||||
* | dont throw error when the collection scanner cant detect the length of an ↵ | Robin Appelman | 2011-07-28 | 1 | -1/+1 |
| | | | | audio file | ||||
* | make use of the command line tools id3info and mp3info for scanning music if ↵ | Robin Appelman | 2011-07-28 | 1 | -30/+69 |
| | | | | they are available | ||||
* | import media app | Robin Appelman | 2011-07-22 | 1 | -0/+120 |