[Openlp-core] [Bug 1590657] Re: MediaShout import causes traceback

2016-07-04 Thread Tomas Groth
** Changed in: openlp
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1590657

Title:
  MediaShout import causes traceback

Status in OpenLP:
  Fix Released

Bug description:
  Original reported here:
  https://support.openlp.org/scp/tickets.php?id=3531

  The problem seems to be that we expect a "Themes" table to be
  available, but it isn't in this case.

  **OpenLP Bug Report**
  Version: {'build': None, 'full': '2.4.1', 'version': '2.4.1'}

  --- Details of the Exception. ---

  Trying to import songs from Mediashout 6 song database.

   --- Exception Traceback ---
  Traceback (most recent call last):
File "openlp\core\ui\wizard.py", line 216, in on_current_id_changed
File "openlp\plugins\songs\forms\songimportform.py", line 351, in 
perform_wizard
File "openlp\plugins\songs\lib\importers\mediashout.py", line 70, in 
do_import
  pyodbc.ProgrammingError: ('42S02', "[42S02] [Microsoft][ODBC Microsoft Access 
Driver] The Microsoft Jet database engine cannot find the input table or query 
'Themes'.  Make sure it exists and that its name is spelled correctly. (-1305) 
(SQLExecDirectW)")

  --- System information ---
  Platform: Windows-7-6.1.7601-SP1

  --- Library Versions ---
  Python: 3.4.4
  Qt5: 5.5.1
  PyQt5: 5.5.1
  QtWebkit: 538.1
  SQLAlchemy: 1.0.11
  SQLAlchemy Migrate: -
  BeautifulSoup: 4.4.1
  lxml: 3.4.4
  Chardet: 2.3.0
  PyEnchant: 1.6.6
  Mako: 1.0.3
  pyICU: 1.9.2
  pyUNO bridge: -
  VLC: -

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1590657/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1589675] Re: OpenLP on Linux crashes on startup when VLC not installed

2016-07-04 Thread Tomas Groth
This seems to be related to how ubuntu packages VLC... Some parts of VLC
seems to be installed (by default?) that makes OpenLP think VLC is
installed, when it really isn't.

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1589675

Title:
  OpenLP on Linux crashes on startup when VLC not installed

Status in OpenLP:
  New

Bug description:
  Similar to bug #966086

  **OpenLP Bug Report**
  Version: {'build': None, 'version': '2.4.1', 'full': '2.4.1'}

  --- Details of the Exception. ---

  this occurred as OpenLP was opened

   --- Exception Traceback ---
  Traceback (most recent call last):
File "/usr/bin/openlp", line 44, in 
  main()
File "/usr/share/openlp/openlp/core/__init__.py", line 391, in main
  sys.exit(application.run(qt_args))
File "/usr/share/openlp/openlp/core/__init__.py", line 142, in run
  Registry().execute('bootstrap_initialise')
File "/usr/share/openlp/openlp/core/common/registry.py", line 137, in 
execute
  result = function(*args, **kwargs)
File "/usr/share/openlp/openlp/core/lib/pluginmanager.py", line 60, in 
bootstrap_initialise
  self.hook_media_manager()
File "/usr/share/openlp/openlp/core/lib/pluginmanager.py", line 122, in 
hook_media_manager
  plugin.create_media_manager_item()
File "/usr/share/openlp/openlp/core/lib/plugin.py", line 204, in 
create_media_manager_item
  self.media_item = 
self.media_item_class(self.main_window.media_dock_manager.media_dock, self)
File "/usr/share/openlp/openlp/plugins/media/lib/mediaitem.py", line 58, in 
__init__
  super(MediaMediaItem, self).__init__(parent, plugin)
File "/usr/share/openlp/openlp/core/lib/mediamanageritem.py", line 82, in 
__init__
  self.setup_item()
File "/usr/share/openlp/openlp/plugins/media/lib/mediaitem.py", line 90, in 
setup_item
  
self.media_controller.setup_display(self.display_controller.preview_display, 
False)
File "/usr/share/openlp/openlp/core/ui/media/mediacontroller.py", line 322, 
in setup_display
  player.setup(display)
File "/usr/share/openlp/openlp/core/ui/media/vlcplayer.py", line 157, in 
setup
  display.vlc_instance = vlc.Instance(command_line_options)
File "/usr/share/openlp/openlp/core/ui/media/vendor/vlc.py", line 1411, in 
__new__
  return libvlc_new(len(args), args)
File "/usr/share/openlp/openlp/core/ui/media/vendor/vlc.py", line 3630, in 
libvlc_new
  ctypes.c_void_p, ctypes.c_int, ListPOINTER(ctypes.c_char_p))
File "/usr/share/openlp/openlp/core/ui/media/vendor/vlc.py", line 246, in 
_Cfunction
  raise NameError('no function %r' % (name,))
  NameError: no function 'libvlc_new'

  --- System information ---
  Platform: Linux-4.2.0-36-generic-i686-with-Ubuntu-15.10-wily
  Desktop: GNOME

  --- Library Versions ---
  Python: 3.4.3+
  Qt5: 5.4.2
  PyQt5: 5.4.2
  QtWebkit: 538.1
  SQLAlchemy: 1.0.8
  SQLAlchemy Migrate: -
  BeautifulSoup: 4.3.2
  lxml: 3.4.4
  Chardet: 2.3.0
  PyEnchant: 1.6.6
  Mako: 1.0.2
  pyICU: -
  pyUNO bridge: 5.0
  VLC: -

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1589675/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1585489] Re: Traceback during songshowplus import

2016-07-04 Thread Tomas Groth
** Changed in: openlp
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1585489

Title:
  Traceback during songshowplus import

Status in OpenLP:
  Fix Committed
Status in OpenLP 2.4 series:
  Fix Released

Bug description:
  Confirmed in 2.4.x and trunk.

  Traceback (most recent call last):
File "D:\OpenLP_Development\OpenLP_Code\2.2\openlp\core\ui\wizard.py", line 
216, in on_current_id_changed
File 
"D:\OpenLP_Development\OpenLP_Code\2.2\openlp\plugins\songs\forms\songimportform.py",
 line 348, in perform_wizard
File 
"D:\OpenLP_Development\OpenLP_Code\2.2\openlp\plugins\songs\lib\importers\songshowplus.py",
 line 168, in do_import
  TypeError: ord() expected a character, but string of length 182 found

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1585489/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1596668] Re: Service theme selector is missing if theme level is song or Service

2016-07-04 Thread rev. john whitney
On 2.4.2 this is a real problemb. Having to switch to global, change
service theme, change back to song level is not intuitive. When will
this be available in a release? Have to go on holiday soon, and the
deputies will be compleatly lost.

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1596668

Title:
  Service theme selector is missing if theme level is song or Service

Status in OpenLP:
  Confirmed

Bug description:
  If theme level is set to Song or Service, 
  the Theme selector for Service is not visible.

  If the theme level is set to Global theme selector is visible.

  Windows 8.1 / 2.4.2

  In trunk rev 2677 the Service theme selector is visible if the
  theme level is set to Song or Service, but not when it's set to Global.

  Log file for 2.4.2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1596668/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp