Wish List - New Feature - Mark Songs for Deletion on iPhone

It'd be very handy if you could mark a song for deletion on the iphone and then when you next sync your iphone, the marked songs will get removed.
You could also have an option in itunes to say whether you want the songs to be deleted from comp too.
There's been plenty of times where I've copied a CD to my iphone but don't get a chance to go through the songs. Then when I'm listening to the album on my iphone, I have to skip some songs and then remember to delete them from my itunes later (which I rarely ever remember to do)

http://www.apple.com/feedback/iphone.html is where to go to send feedback to Apple as this is a user to user forum for everyday users to help out others with problems.

Similar Messages

  • MSI Next Generation Intel Platform Wish List of Features

    Hello,
    Please share your wish list of features which you would like to see in a next generation of MSI Intel Platform.
    Also what kind of BIOS options/features you wish to be included. (for example: OCing BIOS options, some other specific BIOS options)
    Thanks

    Quote from: AaronYuri on 10-January-08, 02:15:48
    Well the "performance level" memory setting would be a good addition. It isn't on any known mainboard to date. It's changed via MemSet however:
    It's available on an other brand engineering sample that I've recently benched with (cannot tell which one, sorry).  Anyway, I second your suggestion. PL is individually hard-coded for both memory channels (FED14249h for CH1 & FED14649h for CH2) and should be very easy to add in the bios. It can be individually available for each channel... 
    Another MCHBAR timing that could be nice to add is the one located at FED1403Fh. It was strap related on P965 chipset, but looks divider related on P35. This timing isn't available for tuning in anyway (bios or app.) but for instance can boost nicely the memory read bandwidth (by about 100MB/s) if sets to the proper value. ATM, the only way to change it, is by using a MCHBAR editor. (TMK this particular timing/setting isn't reported by any Intel datasheet)
    Following this way, adding a long list of options for setting timings should be very nice... I guess that's what the enthusiastic overclockers want a good board to have. It also speaks for the board's quality.
    A wide range of voltage settings would be great as well. Vcore, Vmch, Vfsb, Vpll, etc. With very high values availables (For instance, 1.65Vmch max on the P35D3 isn't enough...). A great reliability of voltage values (For instance, on my P35D3, 1.65Vmch equals 1.57v actual; 2.01Vcore equals 1.83v actual) and a particular care may be taken at reducing Vdroop.
    I'll post more ideas later. 

  • Bapi or FM to mark material for deletion

    Hi all,
    Is there a bapi or FM to mark material for deletion that we do through MM06.
    Let me know and i would appreciate if some could me that piece of bapi's code
    Thanks
    Preeti

    This should be all you need.
    report zrich_0003 .
    data: headdata type bapimathead.
    data: clientdata type bapi_mara.
    data: clientdatax type bapi_marax.
    data: return type  bapiret2 .
    data: returnm type table of bapi_matreturn2 with header line.
    data: xmara type mara.
    parameters: p_matnr type mara-matnr.
    select single * from mara into xmara
              where matnr = p_matnr.
    headdata-material        = xmara-matnr.
    headdata-ind_sector      = xmara-mbrsh.
    headdata-matl_type       = xmara-mtart.
    headdata-basic_view = 'X'.
    clientdata-del_flag =  'X'.
    clientdatax-del_flag = 'X'.
    call function 'BAPI_MATERIAL_SAVEDATA'
         exporting
              headdata       = headdata
              clientdata     = clientdata
              clientdatax    = clientdatax
         importing
              return         = return
         tables
              returnmessages = returnm.
    check sy-subrc  = 0.
    Regards,
    Rich Heilman

  • Mark vendor for deletion

    I have one doubt :  When we mark a 'vendor' for deletion, will it block transactions to be posted for this vendor  such as PO, PR, MIRO, payment, etc ?

    You should block an account for posting before you mark it for deletion. The only effect this deletion indicator has is to cause a warning to be issued every time you subsequently try to post to this account.
    When you block a vendor master record for posting, you prevent the system from posting to this account.
    Block a vendor account from posting as follows:
        Choose Master records ® Block/unblock.
        The system displays the initial screen.
        Enter the vendor's account number and, if required, the company code.
        If you do not enter a company code, you can only block posting for this vendor in all company codes.
        Select ENTER .
        The system displays the entry screen for the block indicators.
        Select for blocking either all company codes or the specified company code by clicking the appropriate field.
        Save your entries by choosing Vendor ® Save.
    The system displays the initial screen and a message that confirms that the data has been saved.
    Please refer http://help.sap.com/saphelp_45b/helpdata/en/01/a9b65c455711d182b40000e829fbfe/frameset.htm.
    Do test and let me know if this suffices.
    Regards
    Shailesh
    Edited by: Shailesh Rajan on Jul 6, 2011 7:17 PM

  • How to mark flag for deletion for bulk of customers.

    Hi friends,
      GM..
    I hv a question , that how to mark flag for deletion for bulk of customers.Few function modules are there (eg. HRCA_CUSTOMER_DELETE ) which are going to 'XD06' transaction to set the flag for individual customers.
    But data is huge so it's not possible to go & mark the flag for deletion for  individual customers.So what is the solution for this.....
      waiting for ur reply....
    Thanx.
    Regards,
    Ajit.

    Hi Ajit,
      XD99 can be used as a appropriate mass deletion tool for customers .
    It is good for max 500 customers to mark for deletion, if you have more than that some times you may get dump.
    OR
    You can write a program to read an excel file into an internal table and call the function BUP_BUPA_MASS_DELETE to delete the customers.
    OR
    To mark the BP's for Delete use the following code sample.
    It marks the BP's for Delete and once you archive them delete them in bulk.
    data : BUPANUM type BU_PARTNER,
    RETMSG type ITMSG,
    ls_central type BAPIBUS1006_CENTRAL,
    ls_Central_X type BAPIBUS1006_CENTRAL_X.
    ls_central-CENTRALARCHIVINGFLAG = 'X'.
    ls_central-CENTRALBLOCK = 'X' .
    move-corresponding ls_Central to ls_Central_X.
    CALL FUNCTION 'BAPI_BUPA_CENTRAL_CHANGE'
    EXPORTING
    BUSINESSPARTNER = BUPANUM
    CENTRALDATA = ls_Central
    CENTRALDATA_X = ls_Central_X
    TABLES
    RETURN = RETMSG.
    if you give me brief i can help you out more.
    Thank you .
    Regards
    Ram

  • C API WISH LIST: New info API or return code for txn- commit()

    One problem I have to solve now is that I cannot txn->commit(txn) if there are
    open cursors using that txn. The limitation itself is ok, but I need to know this
    prior to calling commit, or have commit return a suitable error code.
    What happens now if I call commit prior to closing all cursors using it, is that
    it returns the error code -30975 (DB_RUNRECOVERY: Fatal error, run
    database recovery). Then the db is left in an abysmal state for the user.
    All this is happening within a BDB BASIC interpreter where I can't predict
    the user program's cursor usage.
    The only solution for me at the moment is to track each cursor creation
    on the current transaction within the interpreter, and try to preempt this
    problem.
    WISH LIST: It would be nice to either:
    1. have txn->commit() return a more suitable error, without
    corrupting the db (check for this problem first).
    or
    2. have a way to determine how many open cursors there are
    on this txn, so that I can report the failure back to
    the caller.
    Approach #1 is preferable, since api for #2 has limited use. But # 2
    could be provided as part of DB_ENV->txn_stat(), which currently
    lacks this info.
    Thanks, Warren.

    Oh, that does help. The only worry I have is that this appears to be undocumented and could change on the user trying to build my project with a future release. But, I think I'm willing to risk that, at this point.
    Thanks again, Warren.

  • Suggestions for new features and improvements for Garageband

    Hi,
    I posted this to iCompositions but don't know who would be exposed to it as far as Apple goes. Just thought I would list a sort of wish list for GB that would make a huge difference for me.
    Most are just basic interface improvements and changes. Some you may already be able to do and I'm unaware.
    1. A click track option would be nice.
    2. A space to write production notes as in guitar used and pickup used.
    3. A Telecaster and Strat icon for the track icons.
    4. When you duplicate a track it also duplicates the region(s) of the track.
    5. An edit (highlight) button on a region to mark where editing needs to happen. This could be saved for future reference and quick navigation to.
    6. More control over the loop button on tracks. If you want to move it to another section it ***** to get at both ends and drag it to where it needs to be.
    7. Audio Interface volume booster. I don't get the same input from my M-Audio Ozone as I do via input of my guitar through a direct box. Not even close. Maybe it's my interface?
    8. More than one effect(s) on the same track.
    This is my wish list.
    ej
    G5   Mac OS X (10.4.9)   PowerPC G5 Dual 2 GHz 1GB SDRAM

    First of all, if you want Apple to listen to your suggestions, you better use the feedback forms, since this is a user forum and is very rarely visited by Apple employees.
    As for your list: People in this forum have put together a huge wishlist which somehow differs from yours (see this thread, for example). Top of the list are midi export, variable tempo and volume and effect automation.
    As for your no.8:
    8. More than one effect(s) on the same track.
    You can have up to 4 effects on each track (plus the not very effective compression slider), 2 of them are restricted to echo and reverb.

  • New Features and Improvements for CS6

    IMPORTANT:
    By default, Photoshop comes with the Proofing Colors (Cmd/Ctrl+Y) activated and set to CMYK. Adobe must warn about that, because I was editing a large amount of pictures for work and I was doing it under that color profile/work space.
    LAYERS PANEL:
    Layer Adjustments:
    Solid Color: visual feedback in real time.
    Gradient: IDEM as above.
    Pattern: IDEM as above.
    Gradient Map: IDEM as above.
    Gradient Editor: IDEM as above.
    Opacity and Fill: IDEM as above.
    Curves and Levels: Ability to load alfa channels. This way, the adjustments made on the alfa channel won't be destructive.
    CHANNELS PANEL:
    Channel Luminosity Selection:
    Ability to add and subtract from the selection.
    Ability to designate an area to be selected.
    For point 1, by using the shortcut Cmd+Alt+[number] the luminosity of a channel is loaded as selection. With Cmd+Alt+Shift+[number], the selection grows. But there is no way to subtract from selection (unless by clicking with the mouse on the channel's thumbnail). I think that can be solved by using Cmd+Alt+Shift+[- or +] in order to subtract or add from selection.
    Point 2 maybe even more important than point 1, because it allows selecting a designated area by the user, instead of the default luminosity selection, which ranges from 50% of the mid tones to the highlights (or shadows, if the selection is inverted). The user should be allowed to select the starting and finishing points of the luminosity selection.
    I thought 2 ways for solving these issues (and making it more intuitive and faster):
    A) By using the Histogram Panel, by dragging and highlighting an area on it, that it should load the selected luminosity pixels as a selection, as shown in figure 1:
      figure 1
    So the result of doing that will be a selection based on the area of the histogram that have been highlighted.
    B) By creating a new Adjustment Layer:
    It can be based in the same structure of the HUE Adjustment Layer, like figure 2 shows:
    Figure 2
    Or it can be this way (much better). Figure 3:
    Figure 3
    The selection can also be controlled by using the Click and Drag as suggested in the figure 1, as shown in the figure 4:
    Figure 4
    The overlaid highlighting over the histogram can be functional or just a mere graphic representation of the Range and Fade Selector. The "Fading" areas should be also be draggable in order to increase smooth the selection. However, the smoothing can be much better done with the Refining Selection tool and it can be ignored from this new tool.
    In any of these cases, the adjustments should give real time feedback when growing or shrinking selection; we must see the selection going bigger or smaller and also, the highlighted area should be draggable as well.
    TOOLS PANEL:
    Brush: detect edges while painting on masks (for manual mask refining. It would work similar to the Replace Color Brush, but only for masks and alfa channels). It also needs a shortcut to set the opacity.
    Dodge & Burn: Protect Tones should be allowed when painting on masks or alfa channels (for manual mask refining). D&B can also use edge detection as well.
    FILTERS:
    Some of them, like the ones involving Blur or the High-Pass and the Unsharp Mask filter, should work in real time (these ones, at the least).
    It can also added a Particle Generator Filter.
    It would be really nice having the ability to create particles such as dust, fog, rain, snow, etc in a more realistic manner than just the scattering function from the Brush Palette, or by mixing different filters with different blends. The Particle Generator should have an slider to control the depth of field, so it will give a feeling of depth and also, a way to load masks, so that way, the particles can exists before the image and also, behind. It would be great for creating a nice feeling of depth (kind of a bokeh effect).
    I've been playing with After Effect few times, and the way to create shapes and forms from nothing is the way of easier than in Photoshop.
    TIME LINE:
    I think it's time give dynamism the filters applied to a movie clip, and also, dynamics to the fade effects, like it happens in After Effects by adding Bezier Curves.
    HISTOGRAM:
    It should be possible to zoom in into the histogram, for a more precise feedback and analysis of the image tonal values.
    ADDITIONAL FEATURES:
    The fade tool should work in real time.
    Loupe/Magnificator View:
    This is very useful when it comes to edit and image in detail, with a lot of zoom, like 3200%. Unfortunately, Photoshop doesn't provide a real time feedback in an additional window, such as the Window/Arrange/New Window For […].
    It would be really useful having a window showing the image at fit on the screen while working on the other window at 100% or 3200% of zoom, but in real time. This way, you can see if you're doing a good job on the pixels or, if you're overdoing it.
    It happens that, when working with big images at 100% of the image size (or more), the brain cannot figure out how is looking the whole image, so having a realtime feedback in the other window would help a lot for detailled work.
    And why not, ading the same real time structure descrived above but to the Navigator, for faster and lighter use of the hardware capabilities. Probably, adding a check box to the navigator that blocks it to a given zoom, so when zooming into the image in the navigator, the image shown in the window isn't magnified too.
    Give me a chance to show you some examples of what I have done by improvising particles and fog about 5 years ago:
    http://mart1980.deviantart.com/gallery/5027033#/d1m119x
    And what I did 7 years ago by manually, selecting different shades of gray and using just Levels for 8 hours (which coule be done faster and easier with another tool I thought, which I will post later):
    I cannot post examples of the other features I'm suggesting because there are not such new features yet (I would have to create an hipothetical enviroment, but I think, you can fiure it out in your mind).
    Unfortunately, I don't know programing, even though, I tried something with Filter Factory, achieving good results, but that pluging consumes too much resources and/or is bad designed/have not the right tools for certain things.
    Hope this post is enough worthy of the Adobe's attention.
    Thanks,
    س

    This is a poorly explained reason about why is so important having a loupe in Photoshop. I've not also, used the best example, but I will. This belongs to the ADDITIONAL FEATURES: Loupe/Magnificator View:. Also, I will try to make my english clrearer, but here it goes:

  • How do I purchase my entire wish list instead of one song at a time.

    how do I purchase my wish list all at one time like I used to. Now it seems I have to purchase each song which is a step backward.

    You don't think we've all done that?.............numerous times!
    Ever since this change came out I sent feedback the very next day and several times since.
    We've had iTunes updates since and Apple just doesn't seem to think it's a big deal.
    Why would they get rid of it to begin with?
    I don't purchase a can of beans, one bean at a time.

  • New Features or improvements for Bibeans

    Hello,
    I ask what should be the major Enhancements/New Features
    for Bibeans and a approximate date for the new release.
    Thanks

    A major enhancement is a series of JSP tags that will simplify the thin development. Also, you will have the thin version of the Querybuilder and Calcbuilder.
    The next version will be available this summer.
    Thanks

  • 11.2.0.3 New features or Changes for RAC

    Grid Version : 11.2.0.3
    Platform : Solaris/AIX/LINUX
    Are there any changes or new features for 11.2.0.3 Grid Infrastructure ?

    Thanks for that link. But it doesn't say anything specific to GI. The closest it gets is some ACFS stuff.
    I am looking for changes as well (not just new features)

  • Mark material for deletion

    Dear experts ,
    Even after marking a material for deletion , i am able to do the goods movement .
    The system however issues a warning message .
    I need to change it to an error message .
    How do i do it ?
    Regards
    Anis

    hi,
    Yes you are correct, system will warn you while making the GR doc...This is because the MMR is still stored in the table but not deleted...
    SPRO >> MM >> Purchasing >> Env. >> define system messages >> here check for your message no..
    and make the changes..
    Regards
    Priyanka.P

  • Mark batch  for deletion

    Although a batch marked for deletion, that batch still can do batch movement, with warning msg (yellow).
    Is it possible to make it not allow to at all? (red)
    pls help.. points confirmed?

    Pl follow the below path
    SPRO>>Logistics General >>BAtch Management >>Define Attributes of System Messages ( <b>T.Code -OCHS</b>)
    Select the relevant Message and change the Message Category as per your need
    Pl come back if you need any further details
    Rewards will be appriciated..if useful answer
    BR
    Sumit

  • A list of most played songs for a spesific periode

    Hey
    I wonder how i can create a playlist that shows a list of the most played songs for a spesific periode. I want to see for ex which songs have been played most in January 09, and how many time that month.
    I tried like with the type of playlist that is shown in the picture above, but it only shows my most played songs of all time that has been played in the period,but not the songs that have been played most in that period, and how many times(^^)....
    Hope someone understood, and knows how to create this playlist which would be wonderful!
    http://bildr.no/view/343780

    Can't do it. iTunes only keeps track of the last played date, not every date it was played.

  • Any new features in R12 for EDI

    Hi all,
    Currently POD (proof of delivery) comes to our client through EDI 214. Sometimes due to some problems in EDI this message got lost and the business has no traceability of this message. Is there any additional capabilities available in R12 so that better traceability will be there on messages received,failed messages and reason for failure etc.,?
    Thanks in advance.
    Best regards,
    Bharathi

    There is new Checklist functionality in base Release 12 that allows you to generate to do lists based on life events, e.g., create a new template 'to do list' for new hires and then when a new hire is detected, generate a to do list for that new hire and allocate out actions using AME.
    For multi business group customers, there is also new Global Transfer screens that automate the process of an employee transferring between BGs.
    There is a new Leave of Absence Screen in Self Service, replacing the old clunky one.
    Finally, the SSHR Competence Profile screen has been upgraded and much improved.
    I would say that there are some 'nice' HRMS features in R12 but nothing compelling an upgrade; unlike Financials as Ramsys says. This will change in a year or so as any new enhancements will only be delivered in releases like 12.1 and so on.
    Most importantly though, it will get increasingly difficult to get your bugs fixed in 11i, with only critical fixes getting approval after a while. An R12 upgrade should be on everyone's 2-3 yr roadmap for this reason alone.

Maybe you are looking for