Feature Request: Build Favourites Menu based on Directory Structure

Hi
SQL developer is really a very nice tool and even for DBAs. I would like to request a feature in this tool which would a good value to this tool and usability. Most of us have our own scripts which we keep on using to perform day to day activities, Can we have a feature which builds a menu based on the directory structure like one of the popular tools Benthic Software's "Golden" does? It would really be a very good feature to have.
I love sql developer tool already..
regards

Better support for file based development is being working on for our 1.1 release.
-kris

Similar Messages

  • How to create a tree based on directory structure

    I want to create a hierarchical tree in Forms 6i based upon a file system directory structure (similar to Windows Explorer). How can I populate a tree with this information, is there something that I can call or write that would return the file system structure in a format that I can populate my tree?
    Any advice would be greatly appreciated.
    Thanks
    Richard

    Your link does not seem to work.They're re-jigging all the links to accomodate the hot poop on Oracle's latest and greatest, 10G. So at least the website is on schedule even if the actual software delivery dates have slipped :P
    We can still get D2KWUTIL from here: http://te chnet.oracle.com/software/products/forms/content.html
    Cheers, APC

  • Restoring Rman backup on New Host with different directory structure

    Hi,
    I have a following scenario to clone the database.
    1. clone the database on new server
    2. source is non - ASM and target is ASM
    3. On source incremental level 0 backup taken on disk connecting to catalog, the backup is moved to target host to different directory structure
    4. source is running on 32-bit Linux two node Rac and Target is running on 64-bit Linux two node Rac
    I did the following steps and getting below error:
    1. I copied incremental Level 0 backup to target server(where we need to build new db) to different directory structure
    2. On target i created pfile and build the instance, as dbf file are in multiple locations in source i put following tow parameters in init.ora of target database
    *.db_file_name_convert =(/u02/oradata/app1p/,+QADATA2/udev/datafile),(/u03/oradata/app1p/,+QADATA1/udev/datafile),(/u12/oradata/app1p/,+QADATA1/udev/datafile,),(/u99/oradata/app1p/,+QADATA1/udev/datafile),(/u09/oradata/app1p/,+QADATA1/udev/datafile),(/u14/oradata/app1p/,+QADATA1/udev/datafile),(/u07/oradata/app1p/,+QADATA1/udev/datafile),(/u06/oradata/prod/,+QADATA1/udev/datafile'),(/u05/oradata/app1p/,+QADATA1/udev/datafile)
    *.log_file_name_convert =("/u99/oradata/app1p/","+QADATA2/udev/onlinelog/")
    3. connected to rman -->> started db in nomount -->> restored the controlfile --> cataloged the backup piece and then i am trying to restore
    All the above steps i did using the Doc id *How To Restore Rman Backups On A Different Node When The Directory Structures Are Different [ID 419137.1]*
    script i am using is :
    RMAN> run {
    2> set until time "to_date('DEC/20/2010 05:30:00','Mon/DD/YYYY HH24:MI:SS')";
    3> allocate channel c1 device type disk;
    4> allocate channel c2 device type disk;
    5> allocate channel c3 device type disk;
    6> allocate channel c4 device type disk;
    7> set newname for datafile 1 to '+QADATA1/UDEV/DATAFILE';
    8> set newname for datafile 2 to '+QADATA1/UDEV/DATAFILE';
    9> set newname for datafile 3 to '+QADATA1/UDEV/DATAFILE';
    10> set newname for datafile 4 to '+QADATA1/UDEV/DATAFILE';
    11> set newname for datafile 5 to '+QADATA1/UDEV/DATAFILE';
    12> set newname for datafile 6 to '+QADATA1/UDEV/DATAFILE';
    13> set newname for datafile 54 to '+QADATA1/UDEV/DATAFILE';
    set newname for datafile 63 to '+QADATA1/UDEV/DATAFILE';
    14> 15> set newname for datafile 67 to '+QADATA1/UDEV/DATAFILE';
    16> set newname for datafile 68 to '+QADATA1/UDEV/DATAFILE';
    17> set newname for datafile 50 to '+QADATA1/UDEV/DATAFILE';
    18> set newname for datafile 39 to '+QADATA1/UDEV/DATAFILE';
    19> set newname for datafile 38 to '+QADATA1/UDEV/DATAFILE';
    20> set newname for datafile 7 to '+QADATA1/UDEV/DATAFILE';
    21> set newname for datafile 9 to '+QADATA1/UDEV/DATAFILE';
    22> set newname for datafile 8 to '+QADATA1/UDEV/DATAFILE';
    23> set newname for datafile 11 to '+QADATA1/UDEV/DATAFILE';
    24> set newname for datafile 10 to '+QADATA1/UDEV/DATAFILE';
    25> set newname for datafile 66 to '+QADATA1/UDEV/DATAFILE';
    26> set newname for datafile 48 to '+QADATA1/UDEV/DATAFILE';
    27> set newname for datafile 47 to '+QADATA1/UDEV/DATAFILE';
    28> set newname for datafile 12 to '+QADATA1/UDEV/DATAFILE';
    29> set newname for datafile 13 to '+QADATA1/UDEV/DATAFILE';
    30> set newname for datafile 14 to '+QADATA1/UDEV/DATAFILE';
    31> set newname for datafile 15 to '+QADATA1/UDEV/DATAFILE';
    32> set newname for datafile 16 to '+QADATA1/UDEV/DATAFILE';
    33> set newname for datafile 18 to '+QADATA1/UDEV/DATAFILE';
    34> set newname for datafile 17 to '+QADATA1/UDEV/DATAFILE';
    35> set newname for datafile 19 to '+QADATA1/UDEV/DATAFILE';
    36> set newname for datafile 69 to '+QADATA1/UDEV/DATAFILE';
    37> set newname for datafile 60 to '+QADATA1/UDEV/DATAFILE';
    38> set newname for datafile 59 to '+QADATA1/UDEV/DATAFILE';
    39> set newname for datafile 55 to '+QADATA1/UDEV/DATAFILE';
    40> set newname for datafile 53 to '+QADATA1/UDEV/DATAFILE';
    41> set newname for datafile 44 to '+QADATA1/UDEV/DATAFILE';
    set newname for datafile 22 to '+QADATA2/UDEV/DATAFILE';
    42> 43> set newname for datafile 21 to '+QADATA2/UDEV/DATAFILE';
    set newname for datafile 20 to '+QADATA2/UDEV/DATAFILE';
    44> 45> set newname for datafile 72 to '+QADATA2/UDEV/DATAFILE';
    46> set newname for datafile 70 to '+QADATA2/UDEV/DATAFILE';
    47> set newname for datafile 65 to '+QADATA2/UDEV/DATAFILE';
    48> set newname for datafile 64 to '+QADATA2/UDEV/DATAFILE';
    49> set newname for datafile 57 to '+QADATA2/UDEV/DATAFILE';
    50> set newname for datafile 56 to '+QADATA2/UDEV/DATAFILE';
    51> set newname for datafile 49 to '+QADATA2/UDEV/DATAFILE';
    52> set newname for datafile 45 to '+QADATA2/UDEV/DATAFILE';
    53> set newname for datafile 26 to '+QADATA2/UDEV/DATAFILE';
    54> set newname for datafile 25 to '+QADATA2/UDEV/DATAFILE';
    55> set newname for datafile 24 to '+QADATA2/UDEV/DATAFILE';
    56> set newname for datafile 23 to '+QADATA2/UDEV/DATAFILE';
    57> set newname for datafile 27 to '+QADATA2/UDEV/DATAFILE';
    58> set newname for datafile 28 to '+QADATA2/UDEV/DATAFILE';
    59> set newname for datafile 29 to '+QADATA2/UDEV/DATAFILE';
    60> set newname for datafile 30 to '+QADATA2/UDEV/DATAFILE';
    61> set newname for datafile 73 to '+QADATA2/UDEV/DATAFILE';
    62> set newname for datafile 32 to '+QADATA2/UDEV/DATAFILE';
    63> set newname for datafile 31 to '+QADATA2/UDEV/DATAFILE';
    64> set newname for datafile 34 to '+QADATA2/UDEV/DATAFILE';
    65> set newname for datafile 33 to '+QADATA2/UDEV/DATAFILE';
    66> set newname for datafile 35 to '+QADATA2/UDEV/DATAFILE';
    67> set newname for datafile 36 to '+QADATA2/UDEV/DATAFILE';
    68> set newname for datafile 37 to '+QADATA2/UDEV/DATAFILE';
    69> set newname for datafile 51 to '+QADATA2/UDEV/DATAFILE';
    70> set newname for datafile 43 to '+QADATA2/UDEV/DATAFILE';
    71> set newname for datafile 40 to '+QADATA2/UDEV/DATAFILE';
    72> set newname for datafile 41 to '+QADATA2/UDEV/DATAFILE';
    set newname for datafile 71 to '+QADATA2/UDEV/DATAFILE';
    set newname for datafile 58 to '+QADATA2/UDEV/DATAFILE';
    set newname for datafile 52 to '+QADATA2/UDEV/DATAFILE';
    set newname for datafile 46 to '+QADATA2/UDEV/DATAFILE';
    set newname for datafile 42 to '+QADATA2/UDEV/DATAFILE';
    73> 74> 75> 76> 77> 78> set newname for datafile 62 to '+QADATA2/UDEV/DATAFILE';
    79> set newname for datafile 61 to '+QADATA2/UDEV/DATAFILE';
    80> set newname for datafile 74 to '+QADATA2/UDEV/DATAFILE';
    81> restore database;
    82> switch datafile all;
    83> recover database;
    84> alter database open resetlogs;
    85>
    86> release channel c1;
    87> release channel c2;
    88> release channel c3;
    89> release channel c4;
    90> }
    Getting the following error, copied lines from the error i am getting.
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 27-DEC-10
    released channel: c1
    released channel: c2
    released channel: c3
    released channel: c4
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 12/27/2010 08:09:08
    RMAN-06026: some targets not found - aborting restore
    RMAN-06100: no channel to restore a backup or copy of datafile 74
    RMAN-06100: no channel to restore a backup or copy of datafile 73
    Please advice...
    Thanks,
    Tanveer Mohammed

    If you would like, please refer the link:-
    http://gavinsoorma.com/2010/04/creating-an-asm-duplicate-database-from-a-non-asm-database/

  • Feature Request: Cloud Based Library Sync

    I'd like to request the following feature for Lightroom 5:
    Like many photographers, I use a notebook for field trips, and a MacPro for home. Life becomes painful when I come back from a shoot, as I transfer all my images to the MacPro, but still want to keep the ability to edit them on either machine. What I'd like to suggest is a Cloud Service where all of my directories are synced to the cloud, and on each machine, I have the ability to sync any directory down to that machine, and point to a local directory to find the RAW image files. Then if I make a change on in meta data, or develop, those settings (which are small amounts of data) should sync to the other machine via the cloud.
    This would be an enormous productivity boost.
    Thank you,
    David

    It would be lovely, but even the 100 Mbit lines that are appearing in Korea and other places would be so slow.
    I'm sure there is an equation to calculate the time for 16Gb to be passed over at 10/100 Mbit line, but that was not all of my shoot yesterday.
    4 questions for you
    Q- How quickly does a your card reader write to your hard drive?
    Q - what is the read / write speed of your card?
    Q - what is your internet speed rated at?
    Q what do you get realistically downloading a large file from a website?
    Answers from my ISP and hardware
    A - 1 x 24Mb RAW every 2-4 seconds
    A - rated at 60MB/s
    A - rated at 10Mb
    A - I sometimes get 1000Kb/s
    based on my answer 4, a 24 Mb file downloading on my line would take
    24 seconds...
    I took 700 photos yesterday, ie ±16 Gb
    24 x 700 = 16,800 seconds or 280 minutes.
    1Gb is taking ±18 minutes
    On the assumption you can wait over 4,5 hours to get the images to your large computer which is probably sitting on the desk next to you, (next to your adsl router with network capability) that 16 Gb is just over 2/3 of my monthly ADSL capacity.
    Then I want to edit / remove, tweak, make a nice 16bit Tiff of one of the images - 160 Mb....
    I've made a pano from 6 images that I combine in Hugin, then take back to LR to edit, its another 16 BIT 14,000 by 3200 px TIFF... 800 Mb - a 15minute upload time.
    That and I am not alone as a photographer with having several Tb of images, and that is a fair load of image data. Costly in time to squirt that all to the cloud, and when you hit CMD + S to update all the Metadata when you Geotag 1000's of images, another few days of updating every DNG or RAW/JPEG/TIFF sidecar.
    What about your previews, would you keep them local or also on the clould?
    You are asking for speeds and power required from a service that are just not available yet and logistically for a while.
    realistic workarounds
    suggestion one
    Set up a server at home, with all your images one one large fast stack of hard drives and at least all your images are referenced from one place.
    Have you tried working with LR over WIFI..... it is so slow.
    speed it up by using network cables.
    Suggestion two
    I have all my images on several firewire 800 hard drives and at the moment swap the cables from one computer to another. Using a network cable I would not need to swap the cables over, - but I'd need network capable hard drives which I dont have.
    As per the 2 responses above you've hit a physical barrier, pictures move faster thru cables than the air, and putting loads of pictures through the air will be slow, costly and frustrating.
    to the future
    Put it in as a feature request for LR6 and hope that in 4 years time that we all have access to 100GBit/1000Gbit dual band bi-synchronous DSL free internet so that them bits can zoom in and out of the cloud at speeds than make thunderbolt look slow. Then we'd be talking, but hey my new Canon D1HhellOfAnAmazingNewNumberingSystem 2016 camera has 800 Mpixels with 20Bits of data for each pixel... each photo is 2000 Mb.....
    Maybe there is new hardware around the corner where you can make a local cloud in your home or office  - wifi and network based hard drives? Now all you need is some way of synching the LR5 database.
    I will plus one your suggestion and agree there is great merit in it.

  • Automatic menu builder of directory structure

    Does anyone have recommendations of how to create menus/links
    of a directory structure that shows current folders and files
    whenever the user opens the website page? The directories and files
    exist on the same server that CFMX7 is installed on.
    Thanks...

    Better support for file based development is being working on for our 1.1 release.
    -kris

  • Export images to a directory structure based on a collection tree?

    A question:
    Will lightroom have the capability to export images to a directory structure which mirrors a collections logical structure?
    The reason I ask this is that when I create websites using third party tools (eg, Jalbum) I typically generate a flash or HTML based site with an menu structure for navigating the images.
    So, the image interface is not simply a "flat-file" display as per the templates in Lightroom beta.
    To do this, with previous image management tools (eg, iMatch) I create a hierarchy of images based on the categories (or collections) that the images are assigned to, export the images in a folder tree reflecting their categories (or collection), then use, say, Jalbum, to generate the website with the menu tree reflecting the folders/images.
    This is extremely useful for more complicated image websites with categories and a large no of images.
    If this function was built into Lightroom I guess it would be in the export function such that the "write to folder" box could take an argument {collection name} which would create a folder tree reflecting the collections logical tree which is being exported.
    Apologies if this topic has been raised previously. But this function is extremely useful if you are using third party html tools or simply building websites by hand.
    Regards
    Alistair

    I started simmilar thread in Lightroom Feature Requests few months ago, but can't find it anymore since new forum version...
    What I can suggest as a new feature is export to directory structure from collections or second option from keywords. Probably more usable and easier to implement would be from collections.
    What I need it to export many photos to different directories pretty often, and this would be great help since I could arrange them in collections and collection sets. Then select collection set and export it in a manner that collection set would be main export directory, and each collection within the set would be exported to its own folder within main collection set export folder.
    This would be much appreciated feature in near future
    Thank you for great product by the way

  • Feature Requests for BlackBerry​10 OS

    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This thread has been closed and is continued in this new thread here: 
    Feature Requests beyond BlackBerry OS10.3.1
    Please click on that link.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Let's use this thread to list BlackBerry10 OS feature requests. There's nothing official to this thread, but one never knows who might view it and get an idea or two to move foward.
    Please let's keep it to feature requests with simple short statements and comments, in this manner:
    1. Ability to lock the volume keys (since they are so easliy pressed when retrieving from holster)
    2. Personal distribution groups Address Book
    4. Add BBM Group icon to home screen
    **This thread is not for bug reports (i.e., the calendar glitches when I set the date) or for debate or discussion of the worthiness of a feature request.
    So, what would YOU add to BB10?
    What do YOU need to make the OS platform work better for you?
    Here are the collected feature requests as of 04 April 2013. Thanks for Ride_The_Sky for helping collect these from this thread.
    There are listed in no order, just as collected.
    Ability to lock the volume keys (since they are so easily pressed when retrieving from holster)
    Personal distribution groups Address Book
    Add BBM Group icon to home screen
    Way to add line carriage to BBM messages
    Why doesn't the most used name come up first? <- In latest OS, there is another line with most common contacts, but when typing it won't provide most commonly emailed contacts.
    Bring back the option "Send As" or include this option in "Share"
    Enable word wrap when zooming in to emails and messages.
    Import Distribution lists from Outlook on your desktop to your Z10?
    *The option* to always show the hub main screen when opening the hub, so when peeking it always shows the hub even if you leave it in another screen.
    Offer Balance without BES to have two workspaces in device.
    Delete on Server/Device/Both
    Delete on Server but Keep on Device (This is going to be tough since EAS does not work like POP, using POP you can do this by deleting on server after sync)
    Auto power on/off or Auto Do Not Disturb / Scheduled Airplane Mode / Scheduled Silence Mode / Scheduled Custom Profile
    Default Currency Option
    More options to lower data usage in e-mail (Headers Only / Roaming Profiles)
    Snooze a notification/reminder for more than 5 minutes.
    Customized Notifications
    Disable certain accounts to stop receiving email or notifications from them temporarily to avoid data usage.
    Way to delete recent pictures, videos.
    Office Hub customization, sorting, editing, etc., on the fly.
    Select which contact groups to sync, and ability delete all contacts.
    Larger text select tabs
    Add more options to dropbar.
    Improve browser functionality and display, add customization and management of Bookmarks.
    Calendar in Landscape mode
    Option to Disable shutter sounds in camera.
    Auto BCC option
    Multiple appointments in lock screen, not only next one.
    Increase email check frequency, custom minutes (possibly battery concern, most accounts use push nowadays)
    Ability to hide "texting" numbers such as Work, home, etc that aren't able to receive texts
    Ability to have multiple mobile numbers, such as mobile1, mobile2, for people with more than one cellphone
    Ability to have multiple work numbers, home numbers, etc
    Ability to have option for actually creating "custom" names for phone numbers, emails, VOIP,
    Ability to have multiple WORK emails fields for same contact ...
    Ability for a custom note field for each contact, for misc information such as store hours, reference numbers, business account numbers,
    Ability for filter or unselect specific Twitter, LinkedIn, Facebook contacts so they all don't appear
    Ability to "share" contact info with someone else ... like a vcard or the like
    Ability to have custom Individual text and ringtones for each contact set within contacts app
    Vibrate option for Alarm
    Mail Filters for Priority mails.
    Option to block ringtones from music app (i don't see ringtones in my music app, I guess poster refers to custom mp3 files)
    Swipe down to close, up to minimize (but some apps have menus associated with swipe up gesture)
    Swipe half way up the screen to minimize an application to an active tile.
    Swipe it all the way up the screen to close the application.
    Playbook app switching gestures (swipe sideways, I guess this won't work since there are other gestures associated with side-swiping)
    Lock screen with gesture (or maybe they should just add a button on home screen, somewhere on top or bottom)
    Airplane mode on status bar options.
    Option to customize status bar with select Settings/Options.
    Colors for Hub!
    Face recognition for camera, being able to associate contacts with faces or pull info from Facebook, etc.
    Weather info on Lock Screen (if I may add, and constant info on top status bar, simple temp info should be enough)
    We need groups back in contacts please.
    Import text messages in various formats from various systems.
    Sorting and Ordering of the way contacts are displayed depending on account.
    While editing an entry in calendar, notification about a recent call may cause loss of data in that entry.
    Location for Calendar entries and be able to see it on the map with a tap.
    Being able to see multiple pictures from an email by swiping left and right to see next/previous without having to reopen (I must say the same thing is needed for App World, why can't we just scroll through screenshots??)
    Multiple flags or ability to set a flag date, associate with a reminder.
    Move people from TO to CC or BCC easily (If I may add, also ability to backspace to delete a contact without having to tap the X in blue box).
    Option to add favorites to Hub for easy to reach contact management (I think it is same as going to contacts and choosing Favs)
    Being able to answer and make calls when the phone is locked.
    Add more colors to LED notification (I think they are there now, orange, green, red so far, did not see blue, I don't think blue is needed in my opinion)
    Change the way to add date and time for appointment, rollbar is too slow and too sensitive.
    Dismiss and Snooze buttons for Alarm to be different colors, larger, easier to notice.
    Make it easier to order world clocks, instead of the order they are added.
    Alarms based on days/schedule.
    Easier way to get to the bottom of e-mails (I think it scrolls pretty fast, I think poster wants "B" shortcut)
    Easer way to get to the bottom of web pages (same as above, space or B shortcut?)
    Add option to ask if you really want to dial, instead of just dialing right away every time a phone number is clicked/tapped on.
    Ability to resize image before attaching to an e-mail.
    More than 30 days email sync on device, please!
    Make BB boot up slower, so we can actually get to do something else while waiting for it to start!
    SSH client would be nice.
    Another keyboard like Swipe (honestly, I have never typed faster in my life on any other on screen keyboard, Z10 keyboard is awesome!)
    Volume lock/unlock button on demand.
    Auto Run app on device boot up.
    Lock or Pin apps.
    Ability to run background apps (Google Talk is running in the background, or it is tricking me, I don't know but I am getting messages from it when it is shut down on BB10, I hope they do Skype the same way)
    Ability to have multiple documents of same type open at the same time (tabbed docs2go)
    Calendar sharing of BB10 users in the area/company/group.
    PIN Messaging to return.
    Preview e-mails, calendar and other information on lock screen (privacy?)
    Way to clear anything in any "Recent" menu, videos, pictures, etc..
    Ability to hide apps, docs, pics, videos, folders, etc..
    BBM Group Picture notification.
    Support WhatsApp more.
    Another tap for important numbers (Favorites work for this, and on top of speed dial)
    From Call Menu when going into contacts, it should be ready to search with keyboard out.
    Option to customize volume key to act as page up/down, etc depending on app running.
    Red star in app world (means you need to run Updates, just refresh and check by swiping down from top)
    Better headphones with the phone (hey, we didn't even get any!)
    Better night shots in camera (hardware or software improvement?)
    Ability to choose which address book to sync with bluetooth car.
    When app is opened from a folder three or four pages into apps list, we hope the screen can go back to that spot when the app is closed (sadly it uses active frames at the moment)
    Change acceptance of auto corrected key, instead of space key, make it something else (actually, you can just backspace to un-autocorrect it back to what you typed).
    Ability to load certificates (X 509 S/MIME and/or PGP/MIME) from a computer
    Ability to sign and or encrypt emails (POP3)  before sending (As in MS Office Outlook)
    Ability to receive and recognize signed and or encrypted emails (POP3) (As in MS Office Outlook)
    Add a password/certificate manager that doesn't require manual copy/paste
    Ability to encrypt the memories Device and Media of the Q10 like it is done for the BB9900
    Ability to encrypt selected folders (preferably by Private Key)
    Ability to create Self-Decrypting Archive like in PGP
    Ability to delete email-messages by group as an alternate option to one by one
    Opening Video-chat to non-BBM users (Skype for instance)
    For above encryption request, SecuSmart was suggested...
    Renaming the file without extension can break the file or hide it from pictures list.
    Wallpaper scrolling sideways.
    Standalone e-mail app (not sure how different it is than choosing emails-only for hub)
    Different colors or small tabs in different colors for different accounts in Hub.
    Share webpages with smart tag (I think you can just create it by pasting the URL into create QR)
    Application management (being able to see which app takes up how much space, etc..) CPU/Memory/Battery Usage/Data Usage/Storage Usage in more details
    Custom vibration options.
    Move Send button in BBM to avoid accidental submission of message
    Forward As… SMS, MMS, EMAIL from one to another.
    Send SMS to new numbers (I think you can still do this from call log)
    Single key press to change profiles.
    Insert a picture into an e-mail. (I think he means into the body of email)
    Turning off links of contacts (I think poster did not have multiple accounts, actually BB10 goes ahead and adds all new contacts into all address books in all accounts without user permission.. Create a contact in Hotmail? Gets copied to Gmail.. and then linked, terrible implementation in my opinion)
    Presets for browser bookmarks, faster access to bookmarks. (My suggestion was to create a home screen, select 12 icons 3x4 or 16 icons 4x4 as home screen/start page)
    Being able to allow flash based on website/url/server.
    Ability to adjust different sounds/volumes for different BBM users/groups
    Better Voice Dial and Voice Commands (shorter and easier operation)
    Ability close one or all web pages/tabs, add "Close All" button.
    Call Recording
    Faster way to delete e-mails, such as file icons next to e-mails,  or Swipe to Delete! Swipe to File!?
    Customize email signatures with formatting.
    Phone to stay on screen (dial pad always available in panes)
    More Options for Clock.
    In Playbook we can have a single character password, why not on BB10? "too short" well it is my decision, isn't it?
    There is no way to go next/previous while reading an e-mail. Please add these functions.
    Add to the e-mail client, Next Unread / Previous Unread.
    E-mail or Hub should have more buttons at the bottom in landscape mode. Why keep only three (or four in e-mail view) buttons when you have the real estate. It would be extremely handy if you allowed users to edit which buttons should go at the bottom. Next Previous is really needed while reading an e-mail. For example I would love to add "File" button at the bottom as a shortcut instead of forward, I rarely forward, but I file all the time. Maybe allow users to have two row of keys, add next/previous/unread. Or it could be done with a gesture. How about swiping the account name (top blue bar while reading e-mail) left and right?
    When you create a new contact in BlackBerry, it gets synced to all accounts on the Hub. There is no way to limit the new contact to a specific account.
    Sometimes when you file an e-mail to a folder, it stops and waits few seconds with no message. Even when it files immediately, there is a confirmation message that takes time to appear and disappear, and the folder list does not disappear automatically.
    Messages filed automatically by server using server side filter rules are still showing up on Blackberry hub/inbox. In older BB versions the filtered messages did not show up in the list, filed messages still did.
    When you filter your e-mails using Filter / Unread function, new unread e-mails do not show up until you close the filter and re-open. It won't just keep refreshing your screen with unread e-mails. Can BB add a button to the hub "Unread Hub" so when hub shows 8 or 2, you can actually see unread items easily without having to through so many taps.
    Native BB QR scanner (Smart Tags) does not work with barcodes (it only scans with no way to use the information). There is Open In function but it doesn't work properly.
    We need to add more customs search providers, and be able to add custom search strings/wildcards. For example currently there is Google, Bing, Yahoo, Foursquare, etc..
    I hope BB introduces the ability include more standard & custom searches, IMDB, PriceGrabber, Ebay, Youtube, XYZ Forums, ABC Newspaper, 123 Database, Etc.. Most sites nowadays provide search string in their URL Search=?* etc...
    None of the Battery apps can access system settings to add a battery icon to the top. I wish battery percentage was there.
    There is no way to check carrier/mobile signal strength.
    Blackberry, please add the date and carrier / SSID info to the top. Sometimes we just want to glance at the top to see the date without having to swipe.
    Please bring back keyboard shortcuts. Since we can easily swipe up to bring the keyboard, just add keyboard shortcuts in e-mail, phone (true speed dialing, dialing by word?), and browser, etc.. if possible. I could always call 1800SOMETHING# now I have to look up the number or use dial pad.. Please bring it back.
    Camera zoom function needs to be fixed, also please include option of fixed focus by tapping on the screen to focus. The auto focus in video is focusing in and out to various objects all the time. Stabilization feature also causes tearing/ripples, I guess it is good if you are stationary. Or use Volume Keys to Zoom.
    Please allow more than 12 icons in an icon group/folder, I hated Apple for limiting apps per folder, please fix it.
    Auto ON/OFF feature is not there anymore. BB should consider Auto DND (DoNotDisturb) or Auto Silent/Airplane modes instead.
    Please find a way to stop the music app from automatically starting up every time it connects to bluetooth like car audio. This is very annoying.
    No Panaroma mode in Camera app, why not? It is very easy to incorporate. This could be a nice addition to next release, and easy.
    The text selection grips needs to be a little bigger, sometimes I cannot see where I am moving them, they work better in Playbook, nice big tabs.
    Call Functions, before answering a phone add sideways gesture functions, like swiping right will forward the call, swiping left will answer with a test message, etc..
    Or there should be a way to reject the call without sending it to voice mail, phones had this function a decade ago, I don't know what happened to it.
    We used to be able to see the "History" without having to save the contact. Now I don't see any way to "View History" of a certain phone number, it just keeps adding
    them as individual entries to the log. Now I can't see when was the last time they called me, how many times we spoke which day, etc... I loved this feature in BB5.
    Where is BB Traffic? Where is BB Weather, without having to run an active frame? It will eventually disappear if you run too many apps. I liked a little Icon that shows me what the temp is, instead of running a whole app.
    There is no Skype. This day and age with all other platforms having it, please either get skype (Microsoft) to cooperate, or open up BBM to other platforms. If necessary, pay Skype to develop the app, then charge BB users for the app. Most will gladly pay.
    Can we tap and hold on an active frame to pin it, or can we pin two favorite apps between Call and Search & Search and Camera buttons in the bottom bar? How about Close All running Active Frames app to quickly free up ram?
    I hope next generation devices have two speakers or speaker that is facing forward. When playing games or watching videos in landscape mode, I find my palm muting the speaker. I have to hold it gently with fingers to have a gap in between, something I don't want to do when I am on the subway or bus.
    Blackberry Maps should have a Zoom In/Zoom Out buttons, sometimes using it with one hand, it is impossible to zoom in and out. (Zoom in is OK but we can't zoom back out)
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code
    Solved!
    Go to Solution.

    - ability to choose deletion of an email on handset only
    - desktop software working with all older BB's allowing drag and drop type of transferring data, contacts etc. (BB link doesn't recognize my old Storm) 
    - auto power on/off
    - contacts syncing with yahoo & Outlook (almost two weeks trying to work around it and no luck)

  • Feature Request:  Standard Keyboard Navigation in Media Browser and Project Panel

    It's been a while since I've had time to submit a feature request.  I've wanted to see this one for a while.  If you agree, please submit your own feature request here: http://www.adobe.com/go/wish/
    System Navigational Keyboard Shortcuts in Media Browser and Project Panel
    Windows (and I'm sure Mac) has a standard set of keyboard and mouse navigational shortcuts for keyboard and mouse.  I'm so used to using them in daily browsing (both in Windows Explorer and in any web browser) that missing them in the PPr Media Browser, or getting a different result in the Project Panel, is still very jarring and slows my workflow (even after having used Premiere Pro [again] since version CS4).
    I propose that the Media Browser and Project Panel should honor the OS defaults for keyboard and mouse folder/file navigation.  A few of the standard (Windows) keyboard and mouse navigational shortcuts are listed below (listed in order of most helpful to my own work):
    Moust Back Button = "BACK"
    ALT + LEFT ARROW = "BACK"
    UP, DOWN, LEFT, RIGHT = steps through the various folders within the view.
    UP, DOWN walks through the directory tree while RIGHT expands the currently selected folder and LEFT contracts that directory (twirl down, etc).
    ENTER opens a folder.
    ALT + UP = "Folder Above"
    ALT + RIGHT ARROW = "FORWARD"
    F2 Renames a folder
    ENTER "takes" that name to the clip. (current functionality used ENTER to rename a file/folder).
    ESC cancels the renaming operation.
    Pressing Enter on any piece of Media or Title, etc should take an "expected" action acording to it's context.  (i.e. ENTER on a video clip would load it inot the Source Monitor.  ENTER on a Title would open it in the Title Editor.  ENTER on a folder would take us into that folder).
    These functions exist in both Windows Explorer as well as most modern Web browsers.  When browsing files and Project folders, it's what I've come to expect.  It's muscle memory, if not intuitive.  I realize that many of these keyboard commands are already in use in other windows/panels of the application, therefore, these commands should be Panel-specific (i.e. ALT+LEFT works differently in the Media Browser and Project Panel than it does on the Timeline/Sequence).  And as always, when making such changes (i.e. changing the behavior of ENTER to F2), this set of keys should be highly configurable based on preference:
    Preference:
    checkbox:  Use OS-specific navigational keyboard and mouse commands in Media Browser and Project Panel
    checkbox:  Use the (very few) "classic" Adobe keyboard commands in the Media Browser and Project Panel
    The most common habit I find myself doing in the Media Browser is clicking the BACK button on my mouse—only to realize, yet again, it doesn't work that way in PPr.
    The most common habit I find myself doing in the Project Panel is pressing F2 to rename a folder/bin.  Of course that doesn't work.  And when I've renamed it, I press ENTER to save the name, but that only moves me to the next folder ready to rename it, too.  I also find, out of habit, I try to navigate the bins using the arrow keys and then open the bin/folder using ENTER.  Instead, my bin is asking for a new name and I hit ESC to avoid renaming it—now THERE's a shortcut that works the way it should. 
    I realize this feature may be controversial to some, since it's not the way we're used to doing things in PPr.  However, I'm sure there are just as many out there, like me, who are confounded as to why PPr has never worked with the "conventional" navigation shortcuts found throughout the rest of the operating system, be it Windows or Mac.
    If you agree with this feature request, please submit your own feature request here: http://www.adobe.com/go/wish/

    Nice ideas Jeff.
    There is a site - Flash Catalyst Wishlist/Ideas where you can post these ideas so that the community can vote on them.

  • Feature request / Feedback

    First off, WebOS is absolutely hands down the best mobile OS ever. I have an iPhone and an Android ICS tablet. But WebOS is still the best.
    I love my Touchpad, and if Pre3s had more apps and weren't so expensive online I would totally buy one and replace my iPhone 4S.
    Anyways, a couple feature requests for WebOS, and whoever else wants to add to this thread, I'm sure we can get some great ideas.
    So yeah, First off:
    Calendar- It would be great to be able to set a default view. Personally I like Month, so the default is pretty annoying.
    Calendar- For some reason the auto correct won't pop up the menu to add a word to the dictionary when making an event, a weird bug lol.
    Browser- Have a way to detect Captcha so that the auto correct doesn't try to correct whatever the captcha wants you to type.
    Browser- When watching flash videos full screen it locks to one orientation, so you end up flipping the tablet around sometimes, there's got to be a way to correct this.
    General- I have a lot of stuff on my 32GB Touchpad, and the 90% warning gets quite annoying, especially since 2.5GB left is plenty for the OS and other stuff.
    Auto correct/Dictionary- If there could be a way for the OS to detect words that are missing a space and just auto correct that rather than thinking of it as a wrong word that would be good too. I'm constantly missing the space bar and hitting the bezel of the screen for some reason, even with using the largest keyboard.
    Keyboard- If there was a way to make the keyboard transparent with a variable level that would be badass.
    Other than that, WebOS is pretty solid. And of course I'm running the latest 3.0.5, keep you the good work! And I can't wait for HP to start building hardware again, I'm sure it will be better the second time around even though its pretty awesome this time too.
    Post relates to: HP TouchPad (WiFi)

    First off, WebOS is absolutely hands down the best mobile OS ever. I have an iPhone and an Android ICS tablet. But WebOS is still the best.
    I love my Touchpad, and if Pre3s had more apps and weren't so expensive online I would totally buy one and replace my iPhone 4S.
    Anyways, a couple feature requests for WebOS, and whoever else wants to add to this thread, I'm sure we can get some great ideas.
    So yeah, First off:
    Calendar- It would be great to be able to set a default view. Personally I like Month, so the default is pretty annoying.
    Calendar- For some reason the auto correct won't pop up the menu to add a word to the dictionary when making an event, a weird bug lol.
    Browser- Have a way to detect Captcha so that the auto correct doesn't try to correct whatever the captcha wants you to type.
    Browser- When watching flash videos full screen it locks to one orientation, so you end up flipping the tablet around sometimes, there's got to be a way to correct this.
    General- I have a lot of stuff on my 32GB Touchpad, and the 90% warning gets quite annoying, especially since 2.5GB left is plenty for the OS and other stuff.
    Auto correct/Dictionary- If there could be a way for the OS to detect words that are missing a space and just auto correct that rather than thinking of it as a wrong word that would be good too. I'm constantly missing the space bar and hitting the bezel of the screen for some reason, even with using the largest keyboard.
    Keyboard- If there was a way to make the keyboard transparent with a variable level that would be badass.
    Other than that, WebOS is pretty solid. And of course I'm running the latest 3.0.5, keep you the good work! And I can't wait for HP to start building hardware again, I'm sure it will be better the second time around even though its pretty awesome this time too.
    Post relates to: HP TouchPad (WiFi)

  • Feature Request: Several Key Items

    I am not really new to DPS. Have been publishing under contract for my client for the last 2 years now and it's been going great. However, there seems to be a few things we wish for that we can't seem to do. I figured this is probably the best place to request these features, I'm keeping my fingers crossed that somehow these make their way into an update or are considered maybe for other program features (you'll see what I mean later when I get into it).
    1) It would be nice if we could produce apps for android phones as well as tablets. I am more of an iOS guy but we do have a bunch of users who want to access these folios on their phablets and android phones but cannot get access to it. I don't know how complicated this process might be but it would be a great feature to add in any upcoming DPS releases.
    2) We are using DPS for publishing but we have been requested to use it in an "app style". The client wants this because they are comfortable with DPS and happy that their staff can use pretty much all the adobe suite programs. Maybe an ability to disable the browse toolbar (where the thumbails for articles show up and navigate). This way we can create a single page with MSOs and trick the user into thinking they're in an app instead of a digital magazine publishing platform app. This would work great for companies that want an app to accompany their magazine and display info about the company, how to reach them etc instead of having certain pages within the magazine.
    3) A muse widget. I would love if we could directly export muse files directly into DPS (say, as if we were importing an image). I know this may be much to ask since this isn't the Muse feature request board but it woudl be nice to be able to export it as a widget that will automatically package it into an element with all the required files to import into DPS.
    4) As muse and DPS are both great apps for designers who don't know how to code, maybe one or the other, or creating an app that is based off of the two could be an excellent choice for deisgners. There is a huge gap in the market for app builders. Muse is mainly a web builder and DPS is mainly for publishing. I think if Adobe could maybe mash the two into an app that helps users build basic apps. Imagine being able to make an app the same way you do in DPS? Having preset widgets such as capture image from camera, use geolocation, upload to server or whatever. I'm not too verse in this but it'd be nice if I could use an Adobe app to build an app that wasn't just a digital magazine. Maybe my lack of knowledge in this area is simplfying the whole process so forgive me if that's the case. From a business perspective it just seems that there is a huge gap for this, and maybe Adobe can conjure something up for the Adobe Faithful.
    5) Automatic web viewer. Would be nice if whatever displayed on my iPad can automatically shoot up into a web viewer linked to a business catalyst account or a specified server as an HTML5 file. Again, I haven't gone too much into the web viewer version so forgive me if this already exists, but I have looked through some documentation and not really found much on it.
    6) WIDGETS! More widgets like muse would be a life saver! Maybe something like a slideshow instead of just having the MSOs fade in and fade out, maybe allow a widget to do a slideshow that snaps into place everytime you swipe. It seems more natural since a lot of the apps function this way. Widgets also open up a lot of doors, maybe allowing users to create their own widget and housing a widget library on the adobe website?
    Just some thoughts, not sure which ones are really doable but I figured it's worth a shot requesting them.
    Thanks for your time!
    Best Regards,

    Adobe - Wishlist & Bug Report
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • + Camera Raw Feature Requests +

    UPDATE:
    We're interested in what changes you would like see in our products. Do you have an idea for a feature that would help your workflow? Is there a small change that could be made to make your life a little easier? Let us know!  Share an Idea, Ask a Question or Report a Problem and get feedback from the Product Development Team and other passionate users on the Photoshop Family product Feedback Site on Photoshop.com.
    In future it would helpful if you could use this thread as a means to add
    "Features" that you would like to see in future releases of Adobe Camera Raw.
    Please do NOT create additional new Topics and try not to duplicate requests by other users. Also, be thorough in your description of the feature and why you think Adobe should consider it.
    Oh, and if you find it necessary to comment on someone's feature request/suggestion, try not to get into a shouting match. The penalty for doing so is...
    b If you're asking that a particular camera is supported in a future release or just taking the opportunity to carp that yours isn't then please do so in another thread!
    IanLyons
    Forum Host

    Here's my wishlist for ACR. I'll list the feature first and then in a separate section afterwards, I'll explain why I want it.
    1) Shadow/Highlights
    2) Multi-instance and modeless behavior for ACR so I can truly have ACR open, Bridge open, PS open and work in all three and even open another ACR window.
    3) The ability to open one image into PS and keep the rest going in ACR when you have multiple images open in ACR.
    4) The point locator feature for curves like curves has in PS so you can find out what tone area on the curve a given area in the photo is, just by clicking/dragging over an area on the photo.
    5) White balance assist to make it easier to get skin tones right when there are no good grayscale references in the photo.
    6) An ACR pref to have a suffix automatically added to each filename when it goes into PS so after editing it in PS, I can just hit Ctrl-S and not have to manually add a suffix onto every single image I edit in CS.
    7) A drag/drop bin for recently used saved settings in ACR and shortcut keys for cycling through a preview of those settings (described in more detail below).
    8) A pref to allow the Save Images folder in the Save dialog in ACR to default to the directory of the RAW files rather than the last directory used.
    9) More sophisticated sharpening in ACR (like smart sharpening).
    10) Ability to set label or rating when only one image open in ACR.
    11) Ability to delete and close when only one image open in ACR.
    12) An easier way to see how a rotated image looks. There is no way in ACR to see the straight version of an image you've rotated slightly.
    13) Shortcut keys to cycle through saved curve settings.
    Here's the explanation for why I want each of these:
    1) Shadow/Highlights. A significant percentage of my images need no other adjustments in PS except shadow/highlights and it's a big workflow savings to be able to finish a picture in ACR instead of having to take it into PS.
    2) Multi-instance and modeless. The CS2 behavior is better than it was before because you can set it up for Bridge to host ACR and still be able to use PS. But, I often open many images in ACR and the current design still forces me to serially finish all those images in ACR before I do anything else becuase I'm blocked from going back to either Bridge or PS (depending upon who's hosting ACR) and I can't open any other images in ACR. This forces a serial workflow when sometimes I'd like to be able to be in the middle of one workflow (a hundred images open in ACR), but go do something else in Bridge and PS for a short period of time. I can't do that today.
    3) The ability to open one image from ACR into PS while keeping the other images in ACR. When I see the preview in ACR, this is often the first time I've seen my images at any decent size. I often find I want to take a few into PS just to see how well they fix up with certain changes or to see if they benefit from things I can do in PS and can't in ACR, without discarding all the other images I have in ACR at the time. So, again, I am forced to serially finish all the image I have in ACR before I can take any into PS. I'd like to be able to open the selected images in PS and keep the others in ACR.
    4) The point locator feature that PS has in the curves dialog is very valuable for finding out where on the curve a given feature in the photo is. I'd like that feature in the PS curves.
    5) White balance assist for skin tones. One of the hardest things in ACR is getting the white balance right for skin tones when there is no easy gray reference in the photo. I don't know how it would work (I think this is an area for your invention and cleverness), but I'd like some sort of white balance assist that helps me pick a white balance that leads to a pleasing skin tone. I'd be willing to tell ACR where the skin tone is by pointing at it.
    6) I add a suffix of "-edited" to ALL images that I open in PS from ACR. That means I have to type that suffix on every image when I hit the Save command in PS. I'd like a preference in ACR to automatically append a suffix onto the filename when it goes into PS to save me that typing on every single image. I've even tried to figure out if I could write a script in PS to do this for me (if file extension is a RAW file extension when user hits save, then add default suffix to the filename before Save dialog comes up), but I haven't figured out whether it can be done via script or not. I know that others save their PSD or JPEG files to a different directory than their RAW files (I keep all of mine in the same directory so this isn't an issue for me), so I imagine they'd like the ability to specify a default relative path also to save having to point every PSD they save in PS to a new directory.
    7) Drag/drop bin for RAW settings. In a workflow of processing 200-800 RAW files, I'd like the ability to easily and temporarily save a small number of RAW file settings (10 would do). I know you can do it in the pull right menu in ACR today, but that's too much typing and clicks to make it worth it. I'm looking for something that allows me to pick a bunch of files from a shoot, identify a representative "sunny" shot and drop it's settings into a bin that I quickly label sunny. Then, when other sunny shots come up, rather than having to scroll around to find that image or go back to bridge to find that image, I just drag it out of the bin an drop it on the selected images. I don't want it to persist globally because then they pile up and I have to clean them up. I do need them to persist between ACR sessions as long as Bridge or PS is still running because I often process my RAW files in many ACR sessions. The whole point is to make an easy place for me to deposit a small number of saved settings so I can easily (very few mouse clicks or keystores) use them again while processing the same shoot. It's all about speeding up the workflow and letting me re-use work I've done earlier in the workflow. In my experience, this happens most often for white balance and curves since I'm more likely to tweak exposure on nearly every shot anyway.
    8) When I hit Save Images in ACR, it remembers the previously set directory. In my workflow, I want it to default to the directory of the first image I'm saving. The way it is now, it is NEVER the right directory so I always have to change it. It could be smart enough so my normal workflow never has to change it. Even better, I'd get to set a pref that was a relative path from where the first image is located. So, when I'm saving JPEGs, I could have a default path of ./JPEG (a sub-directory under where the RAW files are located). Other people would want ../JPEG (a sub-directory at the same level as where the RAW files are stored).
    9) In the spirit of getting as much of my work done in ACR as possible, I'd like to see a unification of the sharpening functionality so that ACR can do smart sharpening with all the same features. That would again keep many of my images out of PS and drastically improve my workflow.
    10) I'd like the ability to set a label or rating when there's only one image open in ACR. Because you can do this when you have multiple images open in ACR, I'm programmed to set this in ACR, but that workflow programming is busted when I only have one image open.
    11) I'd like the ability to delete an image from ACR when there's only one image open in ACR. Just like with labels and ratings described above, I'm programmed to want to delete a ruined image when I see it up close in ACR and determine it's no good. In this case, I think I'd like to just hit the trash can icon and have the ACR window close and have the image deleted in one single step.
    12) When I straighten an image in ACR, there's no good way to see how the rotated version looks at full size. All you get to see is a thumb in ACR (if you have multiple images open) or a thumb in Bridge. To see whether it rea

  • Feature Request:  iTunes to merge the "Song Name" & "Artist" fields

    This is a feature request that i would like to see in a future release of iTunes. The option to merge the "Song Name" & "Artist" fields together. This would be a very valuable option when surfing your iTunes Library thru your iPod, Front Row, or Apple TV.
    Let me explain:
    Not everyone knows at the top of their head who sings a particular song. This is especially true when someone other than the owner of the iTunes Library is browsing through it.
    Let's say that I want to browse my ENTIRE music collection all at once. The easiest way to do this, is by browsing thru the "Songs" list because it creates 1 massive list displaying ALL the songs in the library, without having to jump into different fields. The current problem with this, is, it only lists the name of the song. There are 2 problems with this philosophy. #1 - You must know who sings the songs to have any chance of making this a useful option because the artist is not displayed. #2 - It puts them in alphabetical based on the song name. Once again, not a very useful way to make this option really functional because you will have the Artists all over the map! Keeping the Artist's songs together makes it a much more feasable option.
    The solution, I feel, would be to have iTunes create an "Option" that would allow users like me to make iTunes merge the "Artist" & "Name" fields together. Make it an option so that users who do not see the benefit to this, would not have to use it. By doing this, I could now surf my ENTIRE collection via the "Songs" field in a very logical approach.
    For an example, let's take a song: Artist - "Def Leppard" & Song Name - "Pour Some Sugar On Me". By clicking this option, when browsing thru the "Songs" field, it would now display as: Def Leppard - Pour Some Sugar On Me. This allows me to browse my ENTIRE library while at the same time, keeping "like" songs together, and making it very easy to distinguish whether or not it is a song I want to select. By knowing that Def Leppard is a Rock Artist, it helps to distinguish the song.
    I work for a custom AV integration shop that has put hundreds of music servers into homes. We have been teaching our clients the benefits of this for some time now, with great feedback. The only problem presently, is it requires the users to have to re-edit every single file by putting the Artist's Name & the Song Title into the "Name" field of iTunes. Very time consuming! As well, because you also have the "Artists" name entered in the "Artist" field, you get Front Row displaying the "Artist" name twice, once in the song name, and once in the artist's field.
    Any feedback would be welcomed.
    Regards,
    Trevor

    You might be able to get where you want using Chaotic Software's MediaRage. It can automate and batch tag editing, including building a Title tag that combines Artist and Title and, to possibly address you other problem, blanking the Artist tag.
    MediaRage is not expensive and it is very powerful, you can even define regexs for how to parse tags.
    HTH. - Tom

  • Delivering on your top feature requests!

    Dear Adobe EchoSign community --
    As Fall starts to settle in, [at least in the Northern Hemisphere], I wanted to share progress we've made on your feature requests.  As context, our team sits down weekly to review your top feature requests that come from our community sites, our support, and our 1:1 conversations. Year to date, we've already delivered more than 80 of your top feature requests: Enterprise administration, API flexibility, improvements to our fields and more. 
    A partial list of the most-requested features delivered include:
    Refreshed and new clients for Android and iOS
    New sign-only role : control who has signing privileges, and who can send agreements
    Batch user creation: enable/disable accounts
    Ability to update & edit your published widgets
    Advanced data retention policies and configuration
    Field alignment & form field sizing during form authoring
    Text Tags for creating hyperlinks in documents
    Specify text color, font and font size for form fields through text tags
    Repeat fields at the same location with the document via text tags and form authoring
    EchoSign signature stamps on documents through text tags and form authoring
    EchoSign Transaction ID on documents linked to the EchoSign Audit Trail through Text Tags and form authoring
    Field labels for radio-buttons, check-boxes and links from text tags
    Enable/Disable form fields through conditions during e-sign
    Enhance reporting to export read-only metadata included with the agreements
    And a huge amount of work with the REST API Set:
    Sending documents with phone authentication
    Creating widgets with multiple counter-signers
    Replace signers through the API
    Allow signature delegation through the API
    and more.
    Over the remainder of the Fall, our key focus areas include the new Salesforce1 release, expanding our enterprise administration capabilities, building out the REST API, and the constant work on the SaaS infrastructure to increase performance, availability, and security.  We have more to here.... we know!  So keep the feedback and ideas coming.   And thank you for your engagement and use of Adobe EchoSign.  Hope to see you at Dreamforce '14.
    -- Jon "JP" Perera

    Evita,
    Yes, you can still vote on Accepted. (You can even vote for "Scheduled for release...", because sometimes we need to move features from one release to the next)
    Accepted means that it sounds feasible to do and we can do it, but "when" has not been established. Please add votes to help that decision.
    Rejected Just that, we have no plans to do this. I don't revisit rejected on the Exchange.
    (However, some features that have been rejected have been discussed on the forum and we've reconsidered. We have also changed "rejected" to "accepted" on previous occasions, but only based on discussions here. Some features rejected have very poor explanations as to the problem users are trying to solve)
    Open We haven't read them or made any decision on them.
    Awaiting Community Votes means just that. Someone has proposed a feature and no-one else seems to be interested.With the long list of features, we do need to prioritize and some features requested are obscure, so we want more feedback from the community. More votes and feedback from the community helps. We sometimes get 10 points from some folk and zero from others for the same feature.
    Please note that except for the Open features, the others we have touched and added feedback.
    Problems I have with the feature requests is lack of clarity in the request and more than one request described in a single request. The extra features get lost and others can't vote on them.
    Sue

  • Multiple Imperative Feature Requests

    I am a MN Photographer and have been using PS Lightroom through 2 betas and 2 release versions. I have been amazed at the improvements Adobe has added, but from my point of view, they need to add a few more features to make LR more robust and efficient!
    I love the way LR makes terrific web galleries!
    I am running LR from a Seagate Barracuda 300 External Hard Drive with Firewire connection. I am using a Mac Powerbook (1GHz Processor) with 60GB HD and 55% free, w/ 2GB DRAM, and an Apple Cinema Display. I can't complain about slow downs, but keep my permissions tuned once a week, both on the Mac PB and all EHDs.
    LIGHTROOM FEATURE REQUESTS
    1. From the Web module, there is only one option for adding Copyright Info to images in the Web Galleries, either ON or OFF. It would be a great addition to have this option variable by type size, type placement on images, and opacity. I last generated a web gallery and some of the images said, "2007 Alex Bachnick All Rights Reserved," but many of the images said, "Alex Bachnick All Rights Reserved," without a year. A few images said, "Copyright 2007 Alex Bachnick All Rights Reserved," like it is supposed to! The LR application has been inconsistent so far in this area. By adding a line of copy that can be saved, and by varying the opacity and placement on images would be a huge step forward!
    2. It is IMPERATIVE that you embed metadata into the Web gallery images. This is primarily for adding keywords and copyright information, but LR is inconsistent so far. Sometimes metadata is preserved, but it doesn't always get embedded when exporting images.
    3. When I generated a Flash Web Gallery, some of the color was good, some of it was terrible. I have suggested before that you write into the action that takes the original image, reduces it in size, then convert to profile from Prophoto to sRGB. I suspect that you have a script in there "Save for Web". This script is denigrating the color when Convert to Profile would preserve the color. Admittedly Safari is the primary web browser I use, and it's color-centric, whereas most of the others IE, Netscape, and Mozilla, aren't.
    4. When I use HTML for the web galleries, the color is spot on, but a young friend told me it would be better to hit one button to go through the images as in a rapidly advancing slide show, rather than hitting each image, and then wait for it to enlarge. This could be another marked improvement, if you made the output a slideshow from the Web Module.
    5. I tried generating a slideshow from the Lightroom menu, and had about 200 images in a collection. The application went through the motions, but I tried opening the slideshow but it didn't work. I tried it in PDF format and it output a 135MB file that ADobe Acrobat couldn't open. It is still not working. I have also used a third party application Photo to Movie (www.LQGraphics.com). This is a $50 application that you can add music to and vary the zooms and dissolves and this works incredibly well!!!
    6. One of my biggest problems so far is the sort mechanism. I have about 9500 images in my library, and about 5% of those were made from about 2004 and on. My images are sorted by "capture time," but the images shot back in CY 2004--2005 are mixed in somewhere way down in the pile. There are some bugs in the program for reading the capture time, and so far this is not working accurately!
    7. From the Lightroom Library module, several times I have exported images for 3rd party needs and the application puts out varying results. In March I output some images for Communication Arts magazine. They specified file size and format, and it took me several times to export the images to their specifications. I recently exported some images for submission to a UK based stock photography agent. The images came from 5 different cameras~~Hasselblad w/ Imacon Digital Back, Kodak DCS-14, Canon 1ds MkII, and Canon D-20. There were 10 images that needed to be output as JPEGs (

    1. LR uses what was written in the copyright field so it's your data entry that is inconsistent.
    2. Are you 100% certain this is not working reliably under 1.1? It definitely wasn't working at all under 1.0 and Adobe responded to complaints. Since 1.1, I've taken large numbers of Web-generated pictures into iView and not found any cases where the metadata was missing. "Sometimes" is too vague. How exactly can you prove it? What programs prove it?
    3. Not sure, but isn't this a problem because of Flash? Also the browser you use is not important - it's the browser that your visitor uses that you need to focus on.
    4. Realistically, Flash is better for this. You can always get someone to write/modify HTML templates to do such a slideshow, but the built-in templates are already very complex and this suggestion would add another layer of browser incompatibility.
    7. This isn't a feature request. Raise this in the main forum - and be specific (your post was also too long and got truncated). How can anyone help you if you say "varying results"? It's unlikely that any variation is random.
    John

  • Dynamic page based on directory content/structure

    I'm trying to build a web page based the content of a directory. I'm going to try and explain this as briefly as possible, yet still make sense.
    There are many more file than this, but an example of the directory of the index.html's looks like this:
    e:\Inetpub\wwwroot\Courses\Dev\Environmental Management Systems\Content\Install\Templates\en\index.html
    e:\Inetpub\wwwroot\Courses\Dev\Environmental Management Systems\Content\player\index.html
    e:\Inetpub\wwwroot\Courses\Dev\Environmental Management Systems\Content\scp\index.html
    e:\Inetpub\wwwroot\Courses\Dev\Environmental Management Systems\index.html
    With this structure, the root path is: e:\Inetpub\wwwroot\Courses.
    Dev would become a main section.
    Environmental Management Systems would become a Course title, because it has an index.html.
    I want to ignore the rest of the index.html's underneath.
    A caveat to this, is I need it to possibly go one level deeper.
    e:\Inetpub\wwwroot\Courses\Dev2\Manufacturing\Environmental Management Systems\Content\Install\Templates\en\index.html
    e:\Inetpub\wwwroot\Courses\Dev2\Manufacturing\Environmental Management Systems\Content\player\index.html
    e:\Inetpub\wwwroot\Courses\Dev2\Manufacturing\Environmental Management Systems\Content\scp\index.html
    e:\Inetpub\wwwroot\Courses\Dev2\Manufacturing\Environmental Management Systems\index.html
    Here, Dev2 becomes main section
    Manufacturing becomes sub section
    Environmental Management Systems would become a Course title, because it has an index.html.
    Of course there are a lot more files, which is part of the problem I'm having. Right now it takes about 8 seconds to read all the files, which is too long for building a page. Once I get all the main, subs, and Courses determined, I would then build the page, using some kind of menu.
    Below is the code I have that searches all files under a parent folder, I'm just not sure how to make it stop once it finds the correct index.html. I started to put in a recursive stop, but haven't quite figured out how to implement that either.
    Any help is greatly appreciated. I'm open to any and all suggestions. Btw, the intention here, is that the person that manages these courses can just ftp a new course directory to the server, and it's then available.
    Thanks,
    James
    <%@ page import="java.util.*,java.io.*,java.text.*,java.io.File,java.net.*" %>
    <HTML>
    <HEAD><TITLE>Skillsoft Courses</TITLE></HEAD>
    <BODY BGCOLOR="white">
    <H1><B><img src="logo.gif" width="120" height="49"><FONT COLOR=#004685>Courses</FONT></B></H1>
    <HR>
    <BR>
    <%!
         public ArrayList listFiles(ArrayList files, String currentFile, int recurse)
                   File fd = new File(currentFile);
                   if ( fd.exists() && fd.isFile())
                        //grab filename - not quite working right as it still prints out the ones that should be excluded
                        if ((currentFile.endsWith("index.html")) && (!(currentFile.endsWith("Content\\scp\\index.html")) || !(currentFile.endsWith("Content\\player\\index.html"))))
                             files.add(currentFile);
                   else if ( fd.exists() && fd.isDirectory())
                        File [] fileList = fd.listFiles();
                        // Loop through File array and display.
                        for (int i = 0; i < fileList.length; i++)
                             listFiles(files, fileList.getPath(), recurse);
                        } // for loop
              return files;
    %>
    <%
         ArrayList files = new ArrayList();
         String rootPath = "e:\\Inetpub\\wwwroot\\Courses\\";           
         //get file list of root path
         File dir = new File(rootPath);
         File[] children = dir.listFiles();
         //stick into array
         for (int i = 0; i < children.length; i++)
              int recurse = 0;
              String tmp = children[i].getPath();
              listFiles(files, tmp, recurse);
         for (int j = 0; j < files.size(); j++)
    %>
              <%=(String)files.get(j)%><BR>
              <%;
    %>
    </BODY>
    </HTML>

    Architecturally, I would not put this code in a JSP, put it in a Plain Old Java Object that gets called by a Servlet, builds the tree, then passes the tree to the JSP for display. It will make things easier in the long run.
    I would also look into caching the results. When you traverse the directory structure, hold the results in memory. Use a timestamp that records the last time the \Courses\ directory was traversed, and compare it to the \Courses\ last modified time. If \Courses\ was modified after the timestanp then re-load the content. This would reduce that 8 second load time to only occur when changes were made.
    Similarly, you could further reduce loading time by
    1) Compare a section with those sections already loaded. If it doesn't exist, then traverse it and add the directory structure
    2) If the section does exist, use a timestamp and modified time to see if it the section has changed. If it has changed, traverse it and update the directory structure
    3) If the section does exist and hasn't been modified, leave it alone.
    You would then want to make classes to represent the entire tree of files - which would contain a timestamp and a list of sections (main sections). Each section would have a timestamp, a list of sub-sections, and a list of courses. A course would have a timestamp and a list of files for the course. And as was mentioned this tree structure would be held in memory and returned as needed.
    For viewing files that are too deep in the structure, that will take more looking into than I have time for now. Sorry.

Maybe you are looking for