Andrew DeMaria
11317fba6e
Removed extraneous mockito dependency
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Jonas L
b8772cf9bd
Remove release repo from Readme
...
The package repo currently doesn't exist !
We will revert this when we will have one !
7 years ago
Jonas L
986a993c31
Merge pull request #491 from muff1nman/readme-history-updates
...
Readme history updates
7 years ago
Andrew DeMaria
17915d9081
Updated banner
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
45ca72b5d5
Update history
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
7bb94118b2
Keep libresonic in changelog
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
5447141718
Setup backwards compatiblity with old libresonic.home
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
348411cc0d
Updated schema 35 with filesystem references
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
94dbd3ef94
Rename libresonic -> airsonic
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
11dc3f6b1f
Removed non-needed file
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
260e04c8ea
File System Renames (No content changes)
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
d8bd94b7ad
Rename subsonic api module
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
b4c7a96900
Cleanup remanents of old logger
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Andrew DeMaria
2c1d959215
Merge remote-tracking branch 'origin/pr/471' into develop
7 years ago
Rémi Cocula
5ffec4403a
Oops. Remove an unnecessary if statement.
7 years ago
Rémi Cocula
e0d77331ce
Add the ability to reload modified jsp if a system property "libresonic.development" is set.
7 years ago
Rémi Cocula
2b667bf0b2
Add a .ignore folder to test media library.
7 years ago
Rémi Cocula
5f2ec54178
Fix for #455 : add a tooltip to inform that folders starting with a dot are ignored in scan.
7 years ago
Andrew DeMaria
9eedc44248
Merge branch 'subsonic-api-1.15.0' into develop
7 years ago
Andrew DeMaria
d59ce1de12
Cleanup GET/POST
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Allen Petersen
02a1e72ed8
Libresonic/libresonic#451
...
More code review feedback. Added case-insensitive (and correctly spelled)
option to getAlphabeticalAlbums. Added getAlbumCount() method to AlbumDao.
Moved AlbumUpnpProcessor from getting all the albums and returning a subset
to requesting the subset directly from the dao, as suggested.
8 years ago
Allen Petersen
8930f1833b
Changes from code review: fixes the incorrect class for logging in
...
DispatchingContentDirectory, broadcasts search capabilities, and removes
an assignment that was not longer necessary.
Also added a couple of comments for clarity on the '- All Albums-' options.
8 years ago
Allen Petersen
b3ae8faac6
Fixes Libresonic/libresonic#451
...
This replaces the existing FolderBasedContentDirectory with a new
DispatchingContentDirectory. The new system then dispatches requests to
subclasses of UpnpContentProcessor, which then handle the requests as
appropriate.
This version also implements a new searchByName method in SearchService,
which is used to provide artist, album, and track search functionality
for the upnp service.
8 years ago
Andrew DeMaria
c9931f5906
Update to mostly support subsonic api 1.15.0
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
bcd330e74d
Merge remote-tracking branch 'origin/pr/450' into develop
8 years ago
Andrew DeMaria
3a9e0f33af
Added tracer for media scanning
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
38566a16f3
Merge remote-tracking branch 'origin/stable' into develop
8 years ago
Andrew DeMaria
68d02991e2
Revert "Added tracer for media scanning"
...
This reverts commit adb77df481
.
8 years ago
Andrew DeMaria
adb77df481
Added tracer for media scanning
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Shen-Ta Hsieh
1f5d55d945
Recompress png files
...
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
8 years ago
Andrew DeMaria
8ccdc29003
Merge remote-tracking branch 'origin/pr/425' into develop
8 years ago
Andrew DeMaria
224981d0fc
Merge remote-tracking branch 'origin/pr/431' into develop
8 years ago
Eusmilis
d3c71fbb9b
Fixed audio player not pausing when switching to chromecast.
8 years ago
Eusmilis
51b8571415
Merge pull request #1 from muff1nman/pr425-tweaks
...
Created new transcoding for mp4 and use it for videos
8 years ago
Jonas L
56f5625e79
Typo fix
8 years ago
Jonas L
30ab8f7e66
Fix INSTALL link to the website documentation
8 years ago
jooola
fefc34790a
Many improvement and moved CSS to default.css
...
- Changed to html5 (remove align="center" > style="text-align=center"
- Removed table clean up
- Moved the login message under the logo, and centered it
8 years ago
Andrew DeMaria
0c6b3df4df
Merge remote-tracking branch 'origin/stable' into develop
8 years ago
Andrew DeMaria
3999f79e83
Merge branch 'stable' into develop
8 years ago
Andrew DeMaria
deec5cfc27
Merge branch 'pr/435' into develop
8 years ago
Andrew DeMaria
453e948213
Created new transcoding for mp4 and use it for videos
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Eusmilis
b1e019f574
Moved MediaElement visibility control to CastPlayer.setCastControlsVisible.
8 years ago
Eusmilis
7fc0a6bcd8
Fixed MediaElement controls not disappearing when streaming to chromecast.
8 years ago
Rémi Cocula
3902d47985
MediaScannerServiceTestCase : correct deprecated class reference.
8 years ago
Rémi Cocula
7d5c7d6683
MediaScannerServiceTestCase : correct format with 4 spaces.
8 years ago
jo
192d308320
Rework login page
...
Signed-off-by: jooola <lammler.jonas@riseup.net>
8 years ago
jo
6428c17b0e
Clean indentation
8 years ago
jo
a602fdd65c
Change more icon ( phone icon > + icon )
8 years ago
Eusmilis
ef246d3cdf
Replaced jwplayer with HTML5 player using MediaElement.js
8 years ago
Andrew DeMaria
9584bfaea5
Improve Playlist Handling
...
- Use external library chamelon (lizzy)
- Adds the ability to specify playlist export format
- Fixes some deficiences with playlist handling
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago