Interface Charts

  • All Known Implementing Classes:
    Amazon, Beatport

    public interface Charts
    Provides music charts (like Billboard 100) as different playlists.
    Author:
    Hendrik Schreiber
    • Method Detail

      • getName

        String getName()
        Name of this chart provider.
        Returns:
        chart provider name
      • getCharts

        List<PlayList> getCharts​(Locale market)
                          throws IOException
        Fetch charts in the form of PlayLists for the given Locale. These lists may be specific to genre or other properties.
        Parameters:
        market - locale market to use for lookup, if the implementation supports localization
        Returns:
        list of charts
        Throws:
        IOException