Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8893] iOS: Implement Ti.Media.createItem

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2012-05-16T09:38:45.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sn/a
ComponentsiOS
LabelsSupportTeam, api
ReporterFederico Casali
AssigneeNeeraj Gupta
Created2012-04-11T15:54:00.000+0000
Updated2017-03-09T23:14:04.000+0000

Description

Comments

  1. Blain Hamon 2012-04-12

    Ironically enough, the fact that it got to documentation is a bug. The code itself has:
       // Not 'officially' a proxy since we don't want users being able to create these; they're
       // generated internally only for the media player.
       
    The reason for this is that TiMediaItem is a wrapper for MPMediaItem, which does not represent playlists but instead the read-only entities such as a song or book that can not be made on the iPhone. The class that we don't wrapper but what is desired for a playlist would be MPMediaItemCollection.
  2. Neeraj Gupta 2012-04-16

    We do not want to expose this functionality at this point so the documentation should be fixed.
  3. Arthur Evans 2012-04-25

    This is actually a TIMOB feature request, and a doc bug is already logged, so moving back to TIMOB. Sounds like we're not going to implement it, so it should either be closed or moved to modules.
  4. Arthur Evans 2012-05-16

    Per comments, the current implementation is as intended and the doc is wrong. If you need support for playlists, this should be raised as a separate feature request, although it sounds like this is more likely to happen in a module than in core.
  5. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source