Simple Discography Application Development

PROJECT DETAILS

Simple Discography is a very easy to use plugin that will allow you to manage the music tracks for an album or albums.

For each album, you will be able to provide the following data:

  • Titus Album
  • Album Description
  • Date of Publication
  • Cover art
  • Song titles
  • Song duration

Shortcode

  1. sidi-discography :

    [sidi-discography posts_per_page=-1 date_format”‘y” order_by=”release” order=”DESC” dynamic=1 show_song=1 show_title=1 display=”list” cover_width=150 cover_height=150 id=””]

  • parameter :
    • posts_per_page : default : -1 (all) value : -1, 1, 2, 3, 4,…
    • date_format : default : “y” value : date format of date function of PHP
    • order_by : default : “release” value : “rand”, “title”, “date”, “modified”, “release”
    • order : default : “DESC” value : “DESC”, “ASC”
    • dynamic : default : 1 value : 0, 1 : show directly the discs and Songs. the user can not discs!
    • show_song : default : 1 value : 0, 1 : don’t show the Discs and the songs
    • Display : default : list value : list, thumbnail
    • show_title : default : 1 value : 0, 1
    • cover_width : default : 150 value : 1, 2, 3, 4,…
    • cover_height : default : 150 value : 1, 2, 3, 4,…
    • id : default : “” value : string : if you use more than one sidi-discography on a page

Main Features

  • Easy to add new album
  • Shortcode for view album list
  • Widget with Album list
  • Scalable cover on widget and shortcode
  • Easy to organize tacks (Drag&Drop)
  • Integrate responsive design for web and mobile
  • Easy integration into the default WordPress themes and Genesis
  • Integrate Genesis SEO
  • Translate in French
Launch this project