openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #16309
[Bug 1019602] [NEW] get_frame_path() does not return full path for media items
Public bug reported:
Hello,
arch linux, r2005
When you call get_frame_path() on a media serviceitem, an incorrect path
is returned. Instead of "/tmp/my_image.jpg" only "/tmp" is returned.
Expected:
"/tmp/my_image.jpg" should be returned.
NOTE: this behaviour is (incorrectly) handled correctly in the code:
file = os.path.join(item.get_frame_path(), item.get_frame_title())
We just should do:
fie = item.get_frame_path()
** Affects: openlp
Importance: Low
Status: New
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1019602
Title:
get_frame_path() does not return full path for media items
Status in OpenLP - Worship Presentation Software:
New
Bug description:
Hello,
arch linux, r2005
When you call get_frame_path() on a media serviceitem, an incorrect
path is returned. Instead of "/tmp/my_image.jpg" only "/tmp" is
returned.
Expected:
"/tmp/my_image.jpg" should be returned.
NOTE: this behaviour is (incorrectly) handled correctly in the code:
file = os.path.join(item.get_frame_path(), item.get_frame_title())
We just should do:
fie = item.get_frame_path()
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1019602/+subscriptions
Follow ups
References