[ubuntu-mono] [Bug 255683] Re: tangerine: Impossible to set multiple music directories

Bug Watch Updater 255683 at bugs.launchpad.net
Thu Aug 11 16:03:50 UTC 2011


** Changed in: tangerine (Debian)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to tangerine in Ubuntu.
https://bugs.launchpad.net/bugs/255683

Title:
  tangerine: Impossible to set  multiple music directories

Status in “tangerine” package in Ubuntu:
  Fix Released
Status in “tangerine” package in Debian:
  Fix Released

Bug description:
  Binary package hint: tangerine

  Tangerine, although it does not expose it via the tangerine-properties
  GUI, is capable of using multiple different folders for storing music.
  You can allow this by using a semicolon-delimited list of folders in
  the ~/.tangerine config file. This is defined in
  plugins/file/FilePlugin.cs by this line:

                  directories =
  Daemon.ConfigSource.Configs["FilePlugin"].Get ("directories",
  defaultDir).Split (';');

  Unfortunately, Tangerine uses "Nini" - a .ini file handling library -
  to handle configuration data. One quirk of .ini files is their comment
  character - the semicolon. As a result, as soon as a user puts their
  first delimiter into the config file, everything else on that line is
  ignored - meaning only the first item in the list is processed.

  The attached patch switches the semicolon for a comma. Commas work
  fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tangerine/+bug/255683/+subscriptions



More information about the Ubuntu-mono mailing list