openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #16366
[Bug 1019602] Re: get_frame_path() does not return full path for media items
Alright, this is probably invalid.
** Changed in: openlp
Status: New => Invalid
--
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:
Invalid
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
References