Using iTunes with NAS server

I recently purchased a 1.2 tb storage server and i want to move my iTunes library off of my laptop. The problem is that the server runs a custom linux OS that is stored in flash memory. I cant run iTunes on the server so i cant share music that way. Is there any way that i can store my music on the server but not have to transfer music files back to my laptop to listen to them?
Powerbook G4 17''   Mac OS X (10.4.7)   2gb RAM 100gb HD

Just move the iTunes library to the server.
iTunes: Moving your iTunes Music folder
Should work fine as long as your laptop can read/write to a Linux volume (I believe it does).

Similar Messages

  • Using iTunes with NAS

    I have all my music and itunes files (iTunes Library.itl, etc) on a NAS. I have an iMac and a MacBook. If I point each to the library on the NAS should I be able to use them both with the same library without corrupting any files?  Eventually I want to use my MacBook exclusively for iTunes but I'm unable to do that for a while. Thanks in advance for any advice/suggetions. 

    This topic was recently discussed on this forum.  I am of the opinion it won't have any ill effect on the files, but no direct experience.  Another responder was concerned about file corruption, but didn't provide reasoning.
    The one major problem you likely will have is the library file cannot be opened by two copies of iTunes at the same time. You will have to ensure that when using iTunes on one computer you quit the application before using it on the other. The way to avoid this is for each computer to have its own library file but the media are stored and shared on the NAS.  Unless two people are trying to edit the tags on the same media file at the same time there shouldn't be any conflict. The disadvantage is you have ot keep both libraries up to date.  As you can see, some of the best response lie in the detail of the setup and users which you haven't told us.  If you are the only user of both computers you can make it work with a single library file which will always be up to date when opened on either computer.  If it is two users then each will probably want their own library anyway and you should set it up that way.  Of course media changes will have to be applied separately to each library.

  • HT201210 I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items!

    I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items! Help!  There is not error message number just the text message. I've searched for an answer but have found nothing on "transfering items purchased to your iTunes library".

    Right click on your device icon on the left pane of iTunes and click on transfer pur....

  • I purchased songs from 2 different computers using itunes with the same apple id. I had 1 iPod I used for these but I just recently got an iPhone and I was wondering why it wasn't letting me put my purchased songs on my iPhone?

    I purchased songs from 2 different computers using itunes with the same apple id. I had 1 iPod I used for these but I just recently got an iPhone and I was wondering why it wasn't letting me put my purchased songs on my iPhone?

    You can transfer iTunes content from an iTunes library on a single computer only.
    Since these songs were purchased with the same iTunes account, you can download the song that is not in your iTunes library on the computer you will be syncing your iPhone with. Or you can download the song or songs direct on your iPhone.
    http://support.apple.com/kb/HT2519?viewlocale=en_US&locale=en_US

  • How to use iTunes with more than one Ipod

    I would like to know whether is possible to use iTunes with more that one ipod, because I need to have 2 differents libraries, one for my 30GB ipod and my son's ipod nano.
    Thanks, Felipe

    Try this http://docs.info.apple.com/article.html?artnum=300432

  • After I synced my iphone (4S with ios 8.1.2) using itunes with MS outlook on my new PC , suddenly all my contacts without telephone number and what I have the name of the contact only ?

    After I synced my iphone (4S with ios 8.1.2) using itunes with MS outlook on my new PC , suddenly all my contacts without telephone number and what I have the name of the contact only ?

    I couldn't find the edit button on my original post so I am posting an update here.
    I have gone through more apps and have had good luck on all but one more.  And it's not that the app doesn't work, I am talking about the Yahoo Weather app, It works fine, but when you swipe between cities the screen lags a bit and it sometimes doesn't move between pages the way it should.  On iOS 7.1.2 it was smooth as butter but on iOS 8.0, not so much.  I will post a note in the app store to let them know.  I really like the Yahoo app better than the new stock app.
    I have been going through my games and they all work fine. Angry Birds (Original and Stella), Canabalt, Minecraft, Bejeweled 2, Silly Walks, PopWords, Doodle Jump, Deep Green all seem to work just fine. 
    Starbucks app works as it should. 
    I will stop back again next week after I have had the weekend to play with it in detail and post my thoughts again.

  • Using log4j with portal server

    Hi,
    I am trying to use log4j with Portal server 6.1 using log taglibs from jakarta.
    Here is what i've done:
    1. copy taglibs-log.jar in /etc/opt/SUNWps/desktop/classes
    2. copy taglibs-log.tld in /etc/opt/SUNWps/desktop/default/tld
    3. put log statements in JSPs
    for example:
    <log:debug>This is body content.</log:debug>
    <log:debug message="This is attribute content." />
    4. /etc/opt/SUNWps/desktop/classes/log4j.properties contains
    =========================================
    # Sample properties to initialise log4j
    log4j.rootCategory=debug, stdout, R
    #log4j.rootCategory=debug, stdout
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
    # Pattern to output the caller's file name and line number.
    log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=logtags.log
    log4j.appender.R.MaxFileSize=100KB
    # Keep one backup file
    log4j.appender.R.MaxBackupIndex=2
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n
    ===============================================
    However no log file is created on my system. I am very new to this and would appreciate if anyone could tell me what more needs to be done to get log records in a file.
    Thanks for all your help.
    Kind regards,
    Apoorv

    Hi,
    I am trying to use log4j with Portal server 6.1 using
    log taglibs from jakarta.
    Here is what i've done:
    1. copy taglibs-log.jar in
    /etc/opt/SUNWps/desktop/classes
    2. copy taglibs-log.tld in
    /etc/opt/SUNWps/desktop/default/tld
    3. put log statements in JSPs
    for example:
    <log:debug>This is body content.</log:debug>
    <log:debug message="This is attribute content." />
    4. /etc/opt/SUNWps/desktop/classes/log4j.properties
    contains
    =========================================
    # Sample properties to initialise log4j
    log4j.rootCategory=debug, stdout, R
    #log4j.rootCategory=debug, stdout
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.layout=org.apache.log4j.PatternL
    ayout
    # Pattern to output the caller's file name and line
    number.
    log4j.appender.stdout.layout.ConversionPattern=%5p
    [%t] (%F:%L) - %m%n
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=logtags.log
    log4j.appender.R.MaxFileSize=100KB
    # Keep one backup file
    log4j.appender.R.MaxBackupIndex=2
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%p %t %c -
    %m%n
    ===============================================
    However no log file is created on my system. I am
    very new to this and would appreciate if anyone could
    tell me what more needs to be done to get log records
    in a file.
    Thanks for all your help.
    Kind regards,
    Apoorv

  • I have a new ipad which needs itunes 10.7 or later to download my music onto it... but my ipad is not compatible with this as it is too old... can i use itunes with this ipad and apple laptop?

    I have a new ipad which needs itunes 10.7 or later to download my music onto it... but my apple laptop is not compatible with this as it is too old... can i use itunes with this ipad and apple laptop?

    To use itunes 10.7 you need to have Snow Leopard operating system installed
    These are the system requirements
    System Requirements:
    Mac computer with an Intel processor
    1GB of memory
    5GB of available disk space
    DVD drive for installation
    Some features require a compatible internet service provider: fees may apply.
    If you can run Snow Leopard you need to purchase it
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard

  • I have iphone, but I also have an Android can I use itunes with an Android?

    I have iphone, but I also have an Android can I use itunes with an Android?

    Hello,
    check out FoneSync for Android. It syncs contacts, calendars, music and photos with your Android device and features an iTunes like interface. So it is easy to use and fast.
    Kind regards
    Jan Fuellemann
    Disclaimer: I work for nova media, but get no benefit or compansation from posting here

  • HI! I am using iTunes with Windows 7 64bit.after upgrading itunes  to 10.5.2.11 it opens only once. If i close it, then it will not open again.the only way to open itunes is by disabling the APSDaemon.exe from the task manager.please help!

    HI! I am using iTunes with Windows 7 64bit.after upgrading itunes  to 10.5.2.11 it opens only once. If i close it, then it will not open again.the only way to open itunes is by disabling the APSDaemon.exe from the task manager.please help!

    Refer this article to reset Winsock to it's default.  Your PCTools may have inserted LSP.
    http://support.apple.com/kb/TS4123?viewlocale=en_US
    After reset and restarting windows, you may get a prompt to remap LSP, click no.

  • HT201413 can't restore iphone using iTunes with error 1611

    can't restore iphone 4S using iTunes with error 1611

    See Here for your Error Code...
    http://support.apple.com/kb/TS3694

  • Use GetNewObjectKey with DI Server?

    HI
    I'm converting from DI API to DI Server and want to know if there is a way to use GetNewObjectKey with DI Server?
    Thanks

    Hi Avish!
    You don't need to use GetNewObjectKey when using the DI Server. When you add/update/close/remove an object, you get the new key in the reply of the command.
    For example, the following request:
    <dis:AddObject xmlns:dis="http://www.sap.com/SBO/DIS">
    <BOM>
      <BO>
       <AdmInfo>
        <Object>oBusinessPartners</Object>
       </AdmInfo>
       <BusinessPartners>
        <row>
         <CardCode>NewBP</CardCode>
        </row>
       </BusinessPartners>
      </BO>
    </BOM>
    </dis:AddObject>
    Will return the following response:
    <dis:AddObjectReponse xmlns:dis="http://www.sap.com/SBO/DIS">
    <RetKey>NewBP</RetKey>
    </dis:AddObjectReponse>

  • HT1349 Can i use Itunes with Microsoft 7 or android 4g Htc

    How can I use itunes with Microsoft Windows and HtC android mobile?

    To use itunes 10.7 you need to have Snow Leopard operating system installed
    These are the system requirements
    System Requirements:
    Mac computer with an Intel processor
    1GB of memory
    5GB of available disk space
    DVD drive for installation
    Some features require a compatible internet service provider: fees may apply.
    If you can run Snow Leopard you need to purchase it
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard

  • How can I use iTunes with my Moto Q?

    Can I get QuickTime for my phone? I've downloaded a video for my son, but can't play it in Windows media player. What options do I have to use iTunes with my phone?

    Video purchased through the iTunes store can be played on your computer, an iPod, through AppleTV. It can't however be transferred to a Motorola Q. Sorry.

  • Using ITunes with Ipod Mini

    My wife and I both have Ipod Mini's using separate Music Libraries(like it that way) . The problem is if she's logged in and iTunes is open when I switch users and log in and try to use iTunes I get a message. It saids something along the lines of iTunes is being used by another user and unable to open. When I click ok iTunes goes away. I have to have my wife logoff to use itunes with my profile. I would think under XP you can run iTunes separately.
    Thanks for the help.

    Fast user switching
    You cannot use this with XP and iTunes. Disable it under start/control panel/user accounts/change the way users log on.

Maybe you are looking for

  • Is it possible to replace FCP software disks? If so, how?

    My installation software for Final Cut Studio Pro seems to have been a casualty of a tidying up of my studio - that is it is missing and presumed to have been accidentally tossed in the trash. It is registered. Is it possible to get replacement softw

  • Formula column right or wrong

    hi frds i just want to know whether this formula colum in report builder is right or wrong function CF_1Formula return Number is X NUMBER; begin SELECT sum(ABS(nvl(TRAN.QUANTITY,0))) INTO X FROM RCV_TRANSACTIONS TRAN,RCV_SHIPMENT_HEADERS RCV,PO_LINES

  • Can I stop/pause a vault update?

    Okay, I've used vaults for a while but I recently moved my library around and ended up recreating my vault. I think my library is around 250GB and it is taking FOREVER to update. I have already had to force quit Aperture a couple of times when it cou

  • Is it possible to import iTunes store ratings?

    I'm interested to know if your able to have iTunes scan your library and import the iTunes Store ratings for songs. Reason being that I have tons of full albums and not enough time to go through every song. Is this possible?

  • Tyring to send SMS, contact doesn't show up but it appears on contact list

    got my blackberry a few weeks ago.  it stopped ringing so the verizon people set it up to where it turns itself off every night for 5 minutes.  so far no problems. but a couple days ago, when i send a new SMS, i press the letter for my contact name a