← Back to team overview

openshot.bugs team mailing list archive

[Bug 924992] [NEW] Unable to drag an image onto track

 

Public bug reported:

Ubuntu 10.04, Openshot 1.4.1, MLT 0.5.2 (official).
When dragging an image from Project files onto track it refuses to stay on track.
I tried both PNG and JPG images.
If I drag sequence of images or sound file or video file it lays OK.

What is written in the console:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 1160, in motion_cb
    self.motion_file_drag(wid, context, x, y, time)
  File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 1216, in motion_file_drag
    self.new_clip_object = self.project.sequences[0].tracks[0].AddClip(file_name, "Gold", 0, float(0.0), float(file_length), file_object)
  File "/usr/lib/pymodules/python2.6/openshot/classes/track.py", line 63, in AddClip
    NewClip.end_time = NewClip.start_time + float(preferences.Settings.general["imported_image_length"])#7.0
ValueError: invalid literal for float(): 7,00

** Affects: openshot
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/924992

Title:
  Unable to drag an image onto track

Status in OpenShot Video Editor:
  New

Bug description:
  Ubuntu 10.04, Openshot 1.4.1, MLT 0.5.2 (official).
  When dragging an image from Project files onto track it refuses to stay on track.
  I tried both PNG and JPG images.
  If I drag sequence of images or sound file or video file it lays OK.

  What is written in the console:

  Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 1160, in motion_cb
      self.motion_file_drag(wid, context, x, y, time)
    File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 1216, in motion_file_drag
      self.new_clip_object = self.project.sequences[0].tracks[0].AddClip(file_name, "Gold", 0, float(0.0), float(file_length), file_object)
    File "/usr/lib/pymodules/python2.6/openshot/classes/track.py", line 63, in AddClip
      NewClip.end_time = NewClip.start_time + float(preferences.Settings.general["imported_image_length"])#7.0
  ValueError: invalid literal for float(): 7,00

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


Follow ups

References