Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: artistsort
#2
IIRC the tags were used in 5.0 but reverted in 5.1 due to some conflicts with other tags used in generating the Library Tag and Album views. View the release notes.

If you want to try a hack then see below.

In file /var/www/inc/playerlib.php, function GenLibrary() change

$libartist = $_SESSION['libartistcol'];

to

$libartist = 'ArtistSort';

Code:
// generate library {Genre1: {Artist1: {Album1: [{song1}, {song2}], Album2:...}, Artist2:...}, Genre2:...}
function genLibrary($flat) {
    $lib = array();

    // use Artist or AlbumArtist for the Artist column
    $libartist = $_SESSION['libartistcol'];
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
artistsort - by David - 06-21-2019, 07:16 PM
RE: artistsort - by Tim Curtis - 06-21-2019, 10:02 PM
RE: artistsort - by David - 06-23-2019, 08:00 PM
RE: artistsort - by David - 10-05-2019, 12:41 PM
RE: artistsort - by Tim Curtis - 10-05-2019, 03:53 PM
RE: artistsort - by David - 10-06-2019, 07:32 AM
RE: artistsort - by DRONE7 - 10-06-2019, 07:55 AM
RE: artistsort - by David - 10-12-2019, 01:48 PM
RE: artistsort - by Tim Curtis - 10-12-2019, 02:22 PM
RE: artistsort - by David - 10-12-2019, 03:06 PM
RE: artistsort - by Tim Curtis - 10-12-2019, 05:43 PM
RE: artistsort - by David - 11-04-2019, 02:47 PM
RE: artistsort - by Tim Curtis - 11-04-2019, 03:15 PM
RE: artistsort - by David - 11-06-2019, 08:26 AM
RE: artistsort - by TheOldPresbyope - 11-04-2019, 03:55 PM
RE: artistsort - by David - 11-06-2019, 08:31 AM

Forum Jump: