Un-select All for Books in iTunes

Hello
I have a few hundred books in my iTunes.  Everytime I add more books they are by default added to all my devices.  Is there a way to do a mass select or un-select in the book selection of iTunes.  I normally only keep the current book I am reading on my device.  You can select and un-selected in mass for the music just not the books which seems strange.
Thanks for the help in advance.

iTunes manages the book sync in 2 ways:
- Select/De-select ALL the books
- Select/De-select manually the books you want
Unfortunately it's not possible to organize books in Playlists like for Music and Movies
Anyway, I think you should deselect automatic downloads on your Devices.
Settings\AppStore\Automatic download de-select "books"

Similar Messages

  • How to Create a Parameterized Report - The select "- ALL-" for department and manager not working.

    I downloaded the OEHR Sample Objects application and followed the steps in Oracle® Application Express Advanced Tutorials
    Release 3.2.
    The parameters and report seem to be working correctly except when I enter "all" for department or manager I get no matching hits.
    What's the most efficient way to retrieve "all" if the users selects all for dept and mgr - thus we'd want to return all records in the table.
    Region snipprt
    Enter Search
    Search Employee
    Dept
    - ALL -
    Administration
    Marketing
    Purchasing
    Human Resources
    Shipping
    IT
    Public Relations
    Sales
    Executive
    Finance
    Accounting
    Treasury
    Corporate Tax
    Control And Credit
    Shareholder Services
    Benefits
    Manufacturing
    Construction
    Contracting
    Operations
    IT Support
    NOC
    IT Helpdesk
    Government Sales
    Retail Sales
    Recruiting
    Payroll
    Mgr
    - ALL -
    Steven King
    Neena Kochhar
    Lex De Haan
    Alexander Hunold
    Nancy Greenberg
    Den Raphaely
    Matthew Weiss
    Adam Fripp
    Payam Kaufling
    Shanta Vollman
    Kevin Mourgos
    John Russell
    Karen Partners
    Alberto Errazuriz
    Gerald Cambrault
    Eleni Zlotkey
    Michael Hartstein
    Shelley Higgins
    The following is the sql that was provided as part of the turitoral.
    SELECT
       "OEHR_EMPLOYEES"."EMPLOYEE_ID" "EMPLOYEE_ID",
       "OEHR_EMPLOYEES"."FIRST_NAME" "FIRST_NAME",
       "OEHR_EMPLOYEES"."LAST_NAME" "LAST_NAME",
       "OEHR_EMPLOYEES"."EMAIL" "EMAIL",
       "OEHR_EMPLOYEES"."PHONE_NUMBER" "PHONE_NUMBER",
       "OEHR_EMPLOYEES"."HIRE_DATE" "HIRE_DATE",
       "OEHR_EMPLOYEES"."JOB_ID" "JOB_ID",
       "OEHR_EMPLOYEES"."SALARY" "SALARY",
       "OEHR_EMPLOYEES"."COMMISSION_PCT" "COMMISSION_PCT",
       "OEHR_EMPLOYEES"."MANAGER_ID" "MANAGER_ID",
       "OEHR_EMPLOYEES"."DEPARTMENT_ID" "DEPARTMENT_ID"
    FROM
       "#OWNER#"."OEHR_EMPLOYEES" "OEHR_EMPLOYEES"
    WHERE
         (lower(first_name) like '%' || lower(:P1_NAME) || '%' OR
          lower(last_name) like '%' || lower(:P1_NAME) || '%')
    AND department_id = decode(:P1_DEPT,'%null%',department_id,:P1_DEPT)
    AND manager_id = decode(:P1_MGR,'%null%',manager_id,:P1_MGR)

    Hi,
    Use this..
    SELECT
       "OEHR_EMPLOYEES"."EMPLOYEE_ID" "EMPLOYEE_ID",
       "OEHR_EMPLOYEES"."FIRST_NAME" "FIRST_NAME",
       "OEHR_EMPLOYEES"."LAST_NAME" "LAST_NAME",
       "OEHR_EMPLOYEES"."EMAIL" "EMAIL",
       "OEHR_EMPLOYEES"."PHONE_NUMBER" "PHONE_NUMBER",
       "OEHR_EMPLOYEES"."HIRE_DATE" "HIRE_DATE",
       "OEHR_EMPLOYEES"."JOB_ID" "JOB_ID",
       "OEHR_EMPLOYEES"."SALARY" "SALARY",
       "OEHR_EMPLOYEES"."COMMISSION_PCT" "COMMISSION_PCT",
       "OEHR_EMPLOYEES"."MANAGER_ID" "MANAGER_ID",
       "OEHR_EMPLOYEES"."DEPARTMENT_ID" "DEPARTMENT_ID"
    FROM
       "#OWNER#"."OEHR_EMPLOYEES" "OEHR_EMPLOYEES"
    WHERE
        (:P1_NAME IS NULL OR
            (:P1_NAME IS NOT NULL AND
                    (lower(first_name) like '%' || lower(:P1_NAME) || '%') OR
                    (lower(last_name) like '%' || lower(:P1_NAME) || '%')
        ) AND
        (:P1_DEPT IS NULL OR department_id = :P1_DEPT) AND
        (:P1_MGR IS NULL OR manager_id = :P1_MGR)

  • Using (Select All) for report parameter

    Hi there,
    I am Looking for assistance in making the the (Select All) option work for a particular report. The parameter is for product families (which there are about 47 unique results for). The report is also influenced by two other parameters, one being a date type
    i.e 'MTD' 'YTD' 'MAT'. When a long date type such as MAT is selected, selecting all families causes the report to get stuck in an endless loop.
    I've tried creating my own <Select All'> item in the parameter dataset, then I have the opposite issue, the <Select All> selection works perfectly but when I try and tick two or more product families I recieve the following error:
    "An expressions of non-boolean type specified in a context where a condition is expected, near ',' "
    Parameter Dataset:
    SELECT '<Select All>' AS family_description, '<Select All>' AS family_code
    UNION ALL
    SELECT DISTINCT family_description, family_code
    FROM dim_item AS item
    ORDER BY family_description
    Snippet From Main Report Dataset:
    Where
    sales.oe_branch_code IN (@Branch)
    And
    sales.order_status <> 'X' and sales.line_status <> 'X'
    AND (item.family_code IN (@Family) OR @Family = '<Select All>')
    Any help is appreciated
    Thanks Kindly
    SQL Novice

    Hi KCBA,
    I have check the query you have provided the issue cause by the query "
    AND (item.family_code
    IN (@Family)
    OR @Family =
    '<Select All>')" you are using which is incorrect.
    If the parameter @Family have set as "Allow multiple values" then you don't need to add new label "Select All" for the multiple value parameter already have this section, if the parameter @Family is not the multiple values
    parameter and you want to select all the values or just select one, you can modify the query as below which will works fine:
    "AND (item.family_code =
    (@Family) OR
    @Family = '<Select All>'
    If you are using the stored procedure and have issue about add multiple value parameter in the where clause, you are take reference to below similar case about how to create an function to make it work:
    Passing multi-value parameter in stored procedure ssrs
    If I have some misunderstanding, please try to provide more details information about the relationship of all the parameters (Cascading or not ), current result  you have got and expect result you want(Snapshot).
    Any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Is there a way I can 'select all' for downloading purchase files via family sharing instead of selecting each file or folder one at a time?

    Is there a way I can 'select all' for downloading purchase files via family sharing instead of selecting each file or folder one at a time?

    or home sharing

  • IBook! I downloaded it, but cannot search for books on itunes!

    Hey there,
    I need help! I downloaded iBook for my itouch. But for some reason I cannot browse the iBook store on itunes...does anyone know why this is?
    thanks

    Are you asking if you should be able to browse for books from iTunes on your computer? If so, the answer is no. You can only access the iBooks bookstore through the iBooks app itself.

  • What happened to "Select All" for a contact in Address Book?

    Use to be able to open a contact, "select all," and copy and paste a contact's info into an email or document. With Snow Leopard, "select all" only works with individual fields.
    This is really a pain when I just want to grab a contact's info and paste it elsewhere.
    Anyone find a way to select all?

    I can confirm this. this strikes me as a usability bug. it was definitely possible in Leopard and I used to do it too. I don't see any workarounds but I urge you to file a bug report
    https://bugreport.apple.com

  • Can I use a shortcut to mark/unmark all my books in Itunes prior to synchronizing?

    I have more than 3.000 books on my Ipad. What is the quickest way to remove them from the Ipad, but not from ITunes?

    Apple's official advice on duplicates is here... HT2905: How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls such as lost ratings and playlist membership.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background, this post for detailed instructions, and please take note of the warning
    to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed.)
    The most recent version of the script can tidy dead links as long as there is at least one live duplicate to merge stats and playlist membership to and copes sensibly when the same file has been added via multiple paths.
    tt2

  • What is the best method to provide an option to select "All" for LOV ?

    Some posts sugest that you should "UNION" the origional select with something like (select "all" from dual ) this works as a seperate query but if you want to use and existintg query this is not very clean as viewlinks are not taken into account. We could also pass back an array list and include the all option in the list but that gets away from having the client use the iterator in the pagedef for other requirments of the page.
    Whats the best way to approach this with the new features in 11g?

    How to BackUp  >  http://support.apple.com/kb/ht1766
    Key2Paradice wrote:
    What is the best method to backup an Iphone 3G ...
    Note:
    The iPhone 3G can only update as far as iOS 4.2.1
    Connect to iTunes on the computer you usually Sync with and “ Check for Updates “...
    If an Update Appears Install it... if not... you are up to date for your particular Device...
    See the Using iTunes Section Here...
    How to update your iPhone, iPad, or iPod touch

  • Do I have to listen to all audio books using itunes if I'm in the car?

    I downloaded a free audio book from audioBKshelf and wanted to listen in the car.  In order to hear the book while driving  I think I have twp choices
    A- buy speakers so I can hear the book over the road noise or
    B -move this free book into iTunes. 
    Is there anyway to move the free audio book to iTunes.  It didn't come over when I synced.

    You don't need to sign into iCloud on your PC to access previously purchased iTunes music.  You only need to redownload it with iTunes, as explained here: http://support.apple.com/kb/ht2519.

  • Selecting photos for book

    I am having difficulty selecting pictures from the photo library for a book. When I attempt to drag a photo from the library pane to the photo book icon, many of them simply snap back and will not move to the new location. I can not figure out why some will move and others will not. Thank you for any advice!

    That means that the photo is already assigned to the book, or iPhoto thinks it is. The obvious thing is to scroll through the photos in your book project to see if they are already in there. A possible workaround is to locate the photos in your library, right-click (Control-click) and choose "Duplicate". Then see if the book will accept the duplicates.
    Regards.

  • Javascript in CEWP to add Select All for Relink (getting error)

    I am using the code in cewp for relink all but ending up with error below..Can anyone please track the error<script type="text/javascript" language="javascript">
    function CheckAll(chk)
    for (i = 0; i < chk.length; i++)
    chk[i].checked = true ;
    </script>
    <input type="button" value="Check All" onclick="CheckAll(document.aspnetForm.chkRepair)" >
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; MS-RTC LM 8)
    Timestamp: Thu, 20 Feb 2014 06:38:48 UTC
    Message: 'document.aspnetForm.chkRepair' is null or not an object
    Line: 645
    Char: 1
    Code: 0
    URI:
    https://abc.com/TestFormLib/Forms/AllItems.aspx?PageView=Shared&InitialTabId=Ribbon.WebPartPage&VisibilityContext=WSSWebPartPage

    Hi Sam,
     CRMToolBox gives you an option to work on webresources. Alternatly, You can export the webresource, work in Visual Studio and use the browse button on the webresource editor to upload the updated file.
    Cheers,
    Jithesh

  • Problems syncing books from iTunes to iPad

    Hi
    I hope someone can help me.  I'm having trouble syncing all my books from itunes to my ipad mini.  I've checked the box to sync all books, but despite this, not all the books are syncing.  I've even tried checking the "sync only selected books" and selected all the books, but still the same problem.  I have 5.41 gb free on my ipad so it isn't a storage issue
    I've restarted and restored my ipad, and rebooted my mac, but the problem persists and I'm now at a complete loss as to what the problem is. 
    I haven't downloaded OS Mavericks because of the problem people have experienced by losing the Books tab in itunes, so my books tab is still showing and all my books are in itunes and not the iBook app.
    Help please

    Are you sure you have correct colletion on iBook App. Collections> Books

  • IBooks deletes books, but iTunes "Books" doesn't delete them

    I've got a problem with iTunes/iBooks combo. iBooks works fine, I add and delete books normally. But when I connect my iPad Air and click on the Books tab in iTunes, I can't delete any of them, some of which are repeated. It gves you the choice to checkmark any book so you can add it to the iPad or withdraw it. But you can't delete any books from the Books tab area in iTunes.
    I've tried dragging them off from iTunes to the Desktop. Nothing.
    I've right-clicked on them. Nothing.
    I tried deleting the Contents from the iBooks app. That didn't work at all.
    I need to clear the Books list from iTunes and just include those in iBooks.
    Thank you.
    Roxy

    In iBooks have you selected File > Move books from iTunes? Can you delete the books from your iPad directly? Have you tried a reset ie hold the power and home buttons simultaneously until the Apple logo appears? If need be go to Settings > General > Reset all Settings (no data is lost but you will go back to default settings).

  • Is there a way for my macbook air (running Lion) to access an external hard drive on my Imac (running snow leopard) specifically for Iphoto and itunes?

    Is there a way for my macbook air (running Lion 10.7.2) to access an external hard drive on my Imac (running snow leopard 10.6.8) specifically for Iphoto and itunes?

    Yes. For those two applications specifically there is sharing. This presumes both computers are on and connected to the same network.
    In iPhoto, enable sharing by (on the iMac) going to the iPhoto menu > Preferences > Sharing > check Share my photos. You can either share the entire library or only selected albums. Now on your MacBook Air, in iPhoto, go to the same preference pane and select Look for shared photos.
    iTunes has something similar. In the iTunes menu > Preferences > Sharing > check Share my library on my local network. On the other computer, look in the left column for SHARED and select the iMac. You can now play that music on the MacBook Air.
    There are other ways to share files but for those two applications this is the simplest way.
    Best of luck.

  • "Can select all" option in Oracle BI Publisher

    Hi,
    I created a parameter in my report in Oracle BI Publisher and I selected "Multiple selection" and "Can select all" for this parameter.
    My data model is a sql query where I use this parameter in the "IN" condition like:
    where customer_name in (:customer)
    When I select in the prompt one or two or more values to "customer_name", results are correct. But when I select "All" I don't obtain results.
    I noted when I select "All" is passed the "NULL" value. I don't have "All values passed" and "NULL value passed" checkboxes.
    My Oracle BI Publisher version is 10.1.3.2.
    Can someone help me?

    Hi,
    You can give range values in the Query designer.
    You can include variable selection where user can enter the selections with their own selections.
    Let us know if you still have any issues.
    Reg
    Pra

Maybe you are looking for

  • Multiple VPNs on one interface troubles

    Hello. I am still pretty new to Cisco IOS, but I think I'm getting there. Right now I am trying to configure a sort of mesh VPN setup between five routers in such a way that every router can conect to every other roughter through VPN over an emulated

  • Why is PNG opacity corrupt in CS6?

    My platform is Win7-64. PS-64 is just completely buggy so I use PS-32 to fill a gray #999 rectangle and give it 90% opacity for a DW navigation feature in development (Canada and UK). When I place the transparent PNG in the DW CSS3 code, the HTML5 br

  • Is it possible to re-install bootcamp?

    I have recently opened the bootcamp operating system on my Macbook Air. Once the partition was made on the hard disk and after some time I realised that I had no use for bootcamp and deleted it all together. Only recently i have noticed that the part

  • Aperture+Slow Generation Of Previews

    Hello All, I'm wondering if anyone can offer any suggestions regarding Very slow preview rendering ? I have a DP G5 with 1.5 G Ram. I imported 1100 Jegs from my Canon Mark II, I have the preview size set to fit between 1920 * 1929 pixels and a qualit

  • Compiler error for single line if

    Hi all, I found an interesting quirk, recently. I've condensed the problem into the following simple test class. public class Main {     public static void main(String[] args) {         final boolean myBoolean = args.length > 1;         if (myBoolean