~ubuntu-branches/ubuntu/quantal/banshee/quantal

« back to all changes in this revision

Viewing changes to src/Core/Banshee.Services/Banshee.Library/LibrarySchema.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-11-08 13:15:58 UTC
  • mfrom: (6.3.19 experimental)
  • Revision ID: package-import@ubuntu.com-20111108131558-01mm4onctf35qgqo
Tags: 2.3.1-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
            "If enabled, metadata (tags) will be written back to audio files when using the track metadata editor."
80
80
        );
81
81
 
82
 
        public static readonly SchemaEntry<bool> WriteRatingsAndPlayCounts = new SchemaEntry<bool>(
 
82
        public static readonly SchemaEntry<bool> WriteRatings = new SchemaEntry<bool>(
83
83
            "library", "write_rating",
84
84
            false,
85
85
            "Store ratings within supported files",
86
 
            "If enabled, rating and playcount metadata will be written back to audio files."
 
86
            "If enabled, rating metadata will be written back to audio files."
 
87
        );
 
88
 
 
89
        public static readonly SchemaEntry<bool> WritePlayCounts = new SchemaEntry<bool>(
 
90
            "library", "write_count",
 
91
            false,
 
92
            "Store playcount within supported files",
 
93
            "If enabled, playcount metadata will be written back to audio files."
87
94
        );
88
95
 
89
96
        public static readonly SchemaEntry<bool> SortByAlbumYear = new SchemaEntry<bool>(