Skip to content

age-77/music

 
 

Repository files navigation

README

Build Status Scrutinizer Code Quality

Usage hints

Commands

Following command is available (see script occ in your ownCloud root folder)

./occ music:scan USERNAME

This scans all not scanned music files of the user USERNAME and saves the extracted metadata into the music tables in the database. This is also done if you browse the music app web interface. There the scan is done in steps of 20 tracks and the current state is visible at the bottom of the interface.

./occ music:scan --all

This scans music files for all users.

Both of the above commands can be combined with the --debug switch, which enables debug output and shows the memory usage of each scan step.

Ampache

In the settings the URL you need for Ampache is listed and looks like this:

https://cloud.domain.org/index.php/apps/music/ampache/

This is the common path. Some clients append the last part (server/xml.server.php) automatically. If you have connection problems try the longer version of the URL with the server/xml.server.php appended.

Installation

Music App can be installed from Appstore by following the instructions here or using App Management in ownCloud with instructions written here

Known issues

Huge music collections

The current version doesn't scale well for huge music collections. There are plans for a kind of paginated version, which hides the pagination and should be useable as known before. #78

Application can not be activated because of illegal code

The current music app can't be installed and ownCloud prints following error message: "Application can not be activated because of illegal code". This is due to the appcodechecker in core (which is kind of broken), but you can do the installation if the appcodechecker is deactivated:

  • set appcodechecker to false in config.php (see the config.sample.php )
  • now you can install the app
  • afterwards re-enable the appcodechecker

Development

L10n hints

Sometimes translatable strings aren't detected. Try to move the translate attribute more to the beginning of the HTML element.

Build appstore package

git archive HEAD --format=zip --prefix=music/ > build/music.zip

Run tests

PHP tests

phpunit tests/php
phpunit --coverage-html coverage-html tests/php

3rdparty libs

update JavaScript libraries

cd js
bower update

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 86.5%
  • JavaScript 9.5%
  • CSS 2.7%
  • Other 1.3%