[Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2016-06-10 Thread Jim Hodapp
Sure that'd be fine to track with this. I'll change the title a bit to
reflect that save() is working. We should really make the change for the
read only fix in media-hub as qtubuntu-media merely passes on the
can_edit_tracks() value for the current tracklist.

** Changed in: canonical-devices-system-image
   Status: Invalid => Triaged

** Summary changed:

- Load and save of a QDeclarativePlaylist do not work
+ load() of a QDeclarativePlaylist does not fully work

** Description changed:

- load(location) does nothing, save(location) outputs
- "QFSFileEngine::open: No file name specified"
+ * load(location) only works when a QDeclarativePlaylist is not read-only.
+ * QMediaPlayer loads playlist items one by one instead of using the new 
addTracks for much greater efficiency and lower latency.

** Changed in: qtmultimedia-opensource-src (Ubuntu)
   Status: Invalid => Triaged

** Changed in: qtmultimedia-opensource-src (Ubuntu RTM)
   Status: Invalid => Triaged

** Also affects: media-hub (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: media-hub (Ubuntu RTM)
   Importance: Undecided
   Status: New

** No longer affects: qtubuntu-media (Ubuntu)

** No longer affects: qtubuntu-media (Ubuntu RTM)

** Changed in: media-hub (Ubuntu)
   Status: New => Triaged

** Changed in: media-hub (Ubuntu RTM)
   Status: New => Triaged

** Changed in: media-hub (Ubuntu)
   Importance: Undecided => Medium

** Changed in: media-hub (Ubuntu RTM)
   Importance: Undecided => Medium

** Changed in: media-hub (Ubuntu)
 Assignee: (unassigned) => Andrew Hayzen (ahayzen)

** Changed in: media-hub (Ubuntu RTM)
 Assignee: (unassigned) => Andrew Hayzen (ahayzen)

** Changed in: qtmultimedia-opensource-src (Ubuntu)
 Assignee: (unassigned) => Andrew Hayzen (ahayzen)

** Changed in: qtmultimedia-opensource-src (Ubuntu RTM)
 Assignee: (unassigned) => Andrew Hayzen (ahayzen)

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

Title:
  load() of a QDeclarativePlaylist does not fully work

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2016-06-10 Thread Andrew Hayzen
@Jim, the save works, but the load doesn't due to a) qtubuntu-media
having the playlist in 'read-only' mode and b) qtmultimedia passing each
item to addMedia instead of a list causing a large performance hit.

I've got patches for qtubuntu-media and just figuring out the
qtmultimedia one, shall I use this bug for tracking these issues? And
link the branches to this bug?

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

Title:
  Load and save of a QDeclarativePlaylist do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2016-06-09 Thread Jim Hodapp
ahayzen has shown that it does in fact work. Therefore this bug is no
longer valid.

** Changed in: canonical-devices-system-image
   Status: Confirmed => Invalid

** Changed in: qtmultimedia-opensource-src (Ubuntu)
   Status: Triaged => Invalid

** Changed in: qtmultimedia-opensource-src (Ubuntu RTM)
   Status: Triaged => Invalid

** Changed in: qtubuntu-media (Ubuntu)
   Status: Triaged => Invalid

** Changed in: qtubuntu-media (Ubuntu RTM)
   Status: Triaged => Invalid

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

Title:
  Load and save of a QDeclarativePlaylist do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2015-11-02 Thread Jim Hodapp
** Also affects: qtubuntu-media (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: qtubuntu-media (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: qtmultimedia-opensource-src (Ubuntu)
   Status: New => Triaged

** Changed in: qtmultimedia-opensource-src (Ubuntu RTM)
   Status: New => Triaged

** Changed in: qtubuntu-media (Ubuntu)
   Status: New => Triaged

** Changed in: qtubuntu-media (Ubuntu RTM)
   Status: New => Triaged

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

Title:
  Load and save of a QDeclarativePlaylist do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2015-11-02 Thread Jim Hodapp
** Changed in: qtmultimedia-opensource-src (Ubuntu)
   Importance: Undecided => Medium

** Changed in: qtmultimedia-opensource-src (Ubuntu RTM)
   Importance: Undecided => Medium

** Changed in: qtubuntu-media (Ubuntu)
   Importance: Undecided => Medium

** Changed in: qtubuntu-media (Ubuntu RTM)
   Importance: Undecided => Medium

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

Title:
  Load and save of a QDeclarativePlaylist do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2015-10-26 Thread Andrew Hayzen
This does not block music-app landing as we have a custom solution
(albeit a slow one) as long as we still have the lifecycle exception.

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

Title:
  Load and save of a QDeclarativePlaylist do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2015-10-26 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
Milestone: None => backlog

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => John McAleely (john.mcaleely)

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

Title:
  Load and save of a QDeclarativePlaylist do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs