Discogs 6.x Handbook

This is the handbook page for the 6.x version of Discogs.

The module creates a new content (node) type, called "Discography." That content type has fields for artist, label, catalog number, format, country, date, and album credits. In addition, it can contain multiple tracks (which reside in their own database table in a many-to-one relationship). Tracks have fields for position, title, artist, duration, notes, and lyrics.

In addition to creating this content type, this module also can pull in discography data from www.discogs.com. You can search for artist, album, or label data, returning a checklist of albums, which can then be imported into Drupal as discography nodes.

Discogs

This is the online documentation for the Discogs project:
https://drupal.org/project/discogs

Documentation is split into 6.x and 7.x versions, since they are very different.

The 7.x version is now called the Discography Framework. The "discogs" name is being used here solely for historical reasons.

Station: Radio station schedule, programs, playlists and webstream archive

Station is a group of modules designed to run a radio station's website. It was originally designed for KPSU, a college radio station in Portland, Oregon.

The component modules of station are:

  • station.module - the core of the station module. Required by all the other modules.
  • station_program.module - provides a content type for program nodes.
  • station_schedule.module - allows a weekly schedule of programs and a block that displays the currently playing program, and adds a list of DJs to program nodes. Requires the views module.
  • station_catalog.module - track albums in a radio station's library.
  • station_playlist.module - provides a program playlist node type..
  • station_archive.module - provides a script to rip hour long mp3s and then imports the files as audio nodes. Requires the audio module, views module, and StreamRipper executable.

Station Schedule Module

The station schedule module provides:

  • A weekly schedule of timeslots for a radio station. Slots can be 1 hour, 30 minutes, or 15 minutes.
Subscribe with RSS Subscribe to RSS - album