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

« back to all changes in this revision

Viewing changes to src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseImportManager.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-09-30 23:52:25 UTC
  • mfrom: (1.2.23) (6.3.26 experimental)
  • Revision ID: package-import@ubuntu.com-20120930235225-cfjm36x1xjx6mim5
Tags: 2.6.0-1ubuntu1
* [f84d118] Merge from Debian Experimental, remaining changes:
  - Enable and recommend SoundMenu and Disable NotificationArea by default
  - Disable boo and karma extensions
  - Move desktop file for Meego UI to /usr/share/une/applications
  - Change the url for the Amazon store redirector
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
            "wmd",  "wmv",  "wmx",  "wv",   "wvc",  "wvx",  "yuv",  "f4v",
68
68
            "f4a",  "f4b",  "669",  "it",   "med",  "mod",  "mol",  "mtm",
69
69
            "nst",  "s3m",  "stm",  "ult",  "wow",  "xm",   "xnm",  "spx",
70
 
            "ts",   "webm", "spc",  "mka"
 
70
            "ts",   "webm", "spc",  "mka",  "opus"
71
71
        );
72
72
 
73
73
        public static bool IsWhiteListedFile (string path)