Robin Appelman
|
bf2062b09d
|
write_close the session when scanning files or music
|
2012-06-16 01:35:39 +02:00 |
Robin Appelman
|
d065b2d29e
|
prevent opening non-music files through the media ajax api
|
2012-06-09 17:39:14 +02:00 |
Frank Karlitschek
|
c79a529edd
|
remove not needed includes
|
2012-05-28 13:57:45 +02:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Frank Karlitschek
|
97a8af7f25
|
ported oc_db
|
2012-05-03 13:06:08 +02:00 |
Frank Karlitschek
|
43caa3b3b9
|
ported oc_json
|
2012-05-03 12:23:29 +02:00 |
Frank Karlitschek
|
351740601a
|
port oc_response
|
2012-05-03 10:46:27 +02:00 |
Frank Karlitschek
|
82a61e2e1a
|
port oc_preferences
|
2012-05-02 15:54:34 +02:00 |
Frank Karlitschek
|
70cea18cce
|
ported getUser
|
2012-05-01 18:50:31 +02:00 |
Georg Ehrke
|
d1110c62ef
|
fix file path in apps/media/ajax/api.php
|
2012-04-23 20:01:48 +02:00 |
Georg Ehrke
|
69ee0efc0b
|
remove the require_once lib base from all (or nearly all) files
|
2012-04-17 19:31:29 +02:00 |
Robin Appelman
|
0b19af5e10
|
application/ogg is music to
|
2012-02-26 03:42:48 +01:00 |
Bart Visscher
|
525306c1e2
|
Replace Expires and caching headers by OC_Response functions
|
2012-02-13 23:48:05 +01:00 |
Robin Appelman
|
c4a6b99814
|
use oc_filecache and oc_eventsource for music scanning
|
2012-02-08 17:30:16 +01:00 |
Michael Gapczynski
|
7859c1105c
|
Apps need to be enabled in order to search through Shared directory for media scanning
|
2012-01-16 22:18:16 -05:00 |
Robin Appelman
|
330c513015
|
prevent error in media player ajax api
|
2011-10-17 00:25:13 +02:00 |
Robin Appelman
|
b0127e3918
|
use OC_Log instead of error_log
|
2011-10-16 21:42:24 +02:00 |
Bart Visscher
|
f4782a7690
|
Check if the application is actually enabled
|
2011-09-30 23:17:18 +02:00 |
Bart Visscher
|
17e631bc5e
|
Use OC_JSON for json responses
Create OC_JSON class, for single point of creating json responses.
No real logic change, this just cleans up the code a bit.
|
2011-09-25 22:19:28 +02:00 |
Robin Appelman
|
64b68f2474
|
correctly update the collection when music files are moved around
|
2011-09-25 01:34:55 +02:00 |
Florian Pritz
|
8648e3c43c
|
only call error_log() if DEBUG is true
Signed-off-by: Florian Pritz <bluewind@xinu.at>
|
2011-09-24 18:41:47 +02:00 |
Bart Visscher
|
82c7598861
|
Remove global vars and use the OC static version.
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
|
2011-09-18 19:37:54 +02:00 |
Robin Appelman
|
c9a11d0aab
|
some work on media player interface, artists can be collapsed in the collection view again and single albums/songs can be played
|
2011-08-21 15:28:20 +02:00 |
Robin Appelman
|
fd74e43afa
|
fix expire header for media player
|
2011-08-16 14:35:05 +02:00 |
Robin Appelman
|
4851a55c1d
|
cache the collection for the media player again
|
2011-08-03 15:36:47 +02:00 |
Robin Appelman
|
957b9e8b84
|
send last modified header for media
|
2011-08-02 17:02:27 +02:00 |
Robin Appelman
|
c0e7cf2e40
|
remove now useless 'media' entry from settings
|
2011-08-02 04:26:32 +02:00 |
Robin Appelman
|
9f981de854
|
fance collection scanning wip
|
2011-08-01 23:55:47 +02:00 |
Robin Appelman
|
29239d6638
|
remember volume and playback time in the media player
|
2011-08-01 16:43:02 +02:00 |
Robin Appelman
|
cbf8f822de
|
automatically scan songs that are played from the filebrowser
|
2011-08-01 00:32:44 +02:00 |
Robin Appelman
|
bd6b38e638
|
cache the media collection between page loads
|
2011-08-01 00:18:09 +02:00 |
Robin Appelman
|
2d19965750
|
some improvements to collection scanning
|
2011-08-01 00:07:46 +02:00 |
Robin Appelman
|
94e25ecb0c
|
Some much needed interface work on the media player
|
2011-07-29 23:55:54 +02:00 |
Jakob Sack
|
bafd684eb6
|
Renaming classes :-)
|
2011-07-29 21:36:03 +02:00 |
Robin Appelman
|
bc51425bb7
|
keep track of playcount as last played time of music files
|
2011-07-28 20:59:36 +02:00 |
Robin Appelman
|
344b7f548b
|
only show songs for which the current user has songs indexed
|
2011-07-26 22:21:28 +02:00 |
Robin Appelman
|
41a2da234a
|
remove some debug output and supress some possible errors
|
2011-07-22 19:37:25 +02:00 |
Robin Appelman
|
38f1cffab3
|
import media app
|
2011-07-22 06:30:52 +02:00 |