﻿Album
=====

.. currentmodule:: beets.library

.. autoclass:: Album
   :members:                 <-- add at least this line
   :private-members:
   :show-inheritance:        <-- plus I want to show inheritance...
   :inherited-members:       <-- ...and inherited members too

   
   .. automethod:: __init__

   
   .. rubric:: Public methods summary

   .. autosummary::
   
      ~Album.add
      ~Album.all_keys
      ~Album.any_field_query
      ~Album.any_writable_media_field_query
      ~Album.art_destination
      ~Album.clear_dirty
      ~Album.copy
      ~Album.duplicates_query
      ~Album.evaluate_template
      ~Album.field_query
      ~Album.formatted
      ~Album.get
      ~Album.item_dir
      ~Album.items
      ~Album.keys
      ~Album.load
      ~Album.move
      ~Album.move_art
      ~Album.remove
      ~Album.set_art
      ~Album.set_parse
      ~Album.store
      ~Album.try_sync
      ~Album.update
   
   
   

   .. rubric:: Methods definition