Skip to content

Releases: owncloud/music

v0.3.8

27 Oct 21:08
Compare
Choose a tag to compare
  • support for ogg (#416 by pellaeon)
  • fix issue with not existing prepareQuery (#411 by roha4000)
  • fix failures after upload to public link shares (#436, #387)
  • fix for Angular variable names (#425 by DavidPrevot)

v0.3.7

16 Jul 08:00
Compare
Choose a tag to compare
  • fix issue with SQL statement in background job for MySQL (#372)
  • run integration tests on travis

v0.3.6

09 Jul 09:35
Compare
Choose a tag to compare
  • works now with ownCloud 7, 8, 8.1 and master
  • fix twice opened file chooser in personal settings (#344)
  • move to core shipped AppFramework (ownCloud 7.0.0+) (#390)
  • proper cleanup SQL statement (#347 by butonic)
  • automated tests for the Ampache API (#380)
  • automated tests against stable7+ versions of core and all DBs on travis (#391)

v0.3.5

16 Feb 16:34
Compare
Choose a tag to compare
  • reset-database command
  • set length of a track in the database and expose via Ampache
  • fix album count in Ampache API
  • expose Album cover via (inofficial) Ampache API
  • ownCloud 8 compatibility
  • user interaction needed to start background scan and reload the music view

v0.3.4

04 Sep 09:57
Compare
Choose a tag to compare

Thanks to Volkan Geezer (@wakeup) and Yu-De (@pellaeon)

  • switch to aurora.js for JavaScript decoding of music files (ability to
    support more codecs) - currently just mp3 and flac - thanks to @pellaeon
  • make batch rescan incremental
  • make userFolder optional - get rid of wrong type of parameter error logs
  • add check for natural numbers above 0 for track number
  • add --debug switch to music:scan command to list memory usage of each step
  • fix for not working apps/music/#/file/ID routes
  • fix broken expand track list for albums
  • use WebDAV for file access as it provides a better stability and functionality

Internal

  • drop unsupported calls to ownCloud private APIs
  • use dependency injection for scan command

Known issues

  • mp3 seeking isn't working

v0.3.3

12 Aug 18:31
Compare
Choose a tag to compare

Thanks to Dan Mac (@danmac-uk)

  • Fix undefined index COUNT(*)
    • add a name to the COUNT(*) statement
    • should work with MySQL, PostgreSQL, MSSQL, Oracle, SQLite
  • Fix Ampache URL confusion
    • remove of '/server/xml.server.php'
    • add note

v0.3.2

12 Aug 14:59
Compare
Choose a tag to compare
  • RESTful playlist API (thanks @wakeup - Volkan Gezer)
  • Updated libraries (AngularJS 1.2.21, angular-gettext 1.0.0, drop jQuery)
  • refactor cleanup method (reduce injected dependencies)
    • move clean up task to separate helper class
  • drop stable5 fixes as they are unused
  • verified support for ownCloud 6
  • prepare use of sidebar and mobile responsive sidebar
  • migrate to ownCloud 7 core CSS
  • add ID to ampache session - fixes issues with the DB mapper (#213)
  • make user folder injectable into rescan method

v0.3.0

06 Aug 08:53
Compare
Choose a tag to compare

General

  • disable share hook, because it delayed the sharing action a lot
  • add index for cover_file_id in albums
  • playstate is now represented in the URL
  • change scan count from 50 to 20 - should fix #172, fix #212
  • remove album cover search on remove of album cover (should speedup deletions)

ownCloud 7 related

  • adjusted design to ownCloud 7 (loading spinner, no shadow on icon)
  • fixes to get it work with ownCloud 7 (especially public shares and Ampache API)
  • fixes several typos and minor issues

Internal

  • migration from separate AppFramework to core provided AppFramework
  • JavaScript 3rdparty library management is now handled by bower
  • getID3 is update to v1.9.8, which fixes a memory leak - see #212
  • change handling of routes in a proper way as preparation for playlist functionality - GSoC project by @wakeup
  • improved documentation of PHP classes
  • licence header cleanup (shrinked)
  • respect the user ID on update (scanner)

Known issues

  • listen to shared files doesn't work - this is a issue of the ownCloud core and will hopefully be fixed in 7.0.2 and 6.0.5 - owncloud/core#10173

v0.2

30 Apr 16:53
Compare
Choose a tag to compare
  • handle shared files properly (also fixes mounted storage)
  • albums with same name but different artists or years are now different albums by @leizh
  • cover and track download moved to music app from files app
  • stop scan loop if processed count is greater than total count
  • close the session to enable parallel requests to be processed
  • add notification for skipped tracks
  • the music in the database is now restricted to the user specified path
  • update Sounmanager to V2.97a.20131201
  • fix mobile styles by @jbtbnl and @wakeup
  • fix left alignment issues of artist name and tracks on mobile
  • remove unused code

Known bugs:

  • seeking in Chromium doesn't work

v0.1.9.1-rc

26 Mar 15:41
Compare
Choose a tag to compare
v0.1.9.1-rc Pre-release
Pre-release
  • navigation bar on left is now thinned out for small screen sizes #185
  • fix empty music app #184
  • fix broken play for public shared music files #186
  • fix rendering issues in IE10+ #188
  • fix broken album request in Ampache API #189