Multiple Libraries for Video running at the same time on one PC

Hi Everyone -
I want to clarify this is for VIDEO files, not music for my 6 ATV's on the network.
Problem: I have well over 1000 VIDEOS in my iTunes Library, and I am wanting to have multiple libraries availible at the same time; not just whichever the computer has open.
We have several atv's on the network and I would like to take my video organization one step further; instead of scrolling forever in the atv menus for the video you want; I could make several libraries all availible at the same time. 
Such as:
Kids Library
Workout Library
Parents Library
etc
This in turn would shrink the primary library and have less videos to sort by.  I know how to create the Libraries, I just dont know how to have them all running at the same time.
Infastructure:
Windows 7 Ultimate with Drobo B800FS (16TB of storage) all connected to Cisco 3660 Gig switch with multiple atv's hardwired back.

iTunes can only open one library at a time. If you have multiple computers, or virtual machines, each could be serving a different library.
tt2

Similar Messages

  • Two instances running at the same time on one machine - error ORA-28547

    Hi,
    I am running Windows XP (32-bit) and Oracle 10gR2 (10.2.0.3) and would like to run two services at the same time (NE and NE2). Configures my listerner like
    listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = NE)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = NE2)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = dgregor-d630)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      )tnsnames.ora
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    NE2 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = dgregor-d630)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = NE2)
    NE =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = dgregor-d630)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = NE)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )I am getting error
    ORA-28547: connection to server failed, probable Oracle Net admin error
    In the registry I am aware of the ORACLE_SID entry, but it is reserved only for one value (NE or NE2).
    How should I configure it to run both Oracle services at the same time?
    Thanks!
    D

    Hi,
    Please post your question in the appropriate forum/group.
    Database
    http://forums.oracle.com/forums/category.jspa?categoryID=18
    Thanks,
    Hussein

  • Can Flash play multiple audio and video files at the same time?

    Hello,
    I would like to create a web-based client/application that
    can play multiple a/v files or stream multiple a/v files at same
    time. Is this possible with Flash, without the use of RTMP? If yes,
    can you please provide an example. Thanks in advance.
    Regards,
    Nilang

    You never edit within a clip. The purpose of opening a clip is to make sync adjustments, audio equalization, color correction, stabilization, things that you might want do overall to the master clip before you edit it. You edit the portion of the clip you want from the browser into a project. There is really very seldom any need to open a clip into the timeline.

  • Multiple Instances of OCR running at the same time

    I often need to OCR large documents (many thousands of pages) whcih can take an hour or 2, while this process i happening I cannot view or use any otehr acorbat documents.
    Is it possible to have acropbet runing doing and OCR and also have a second instance running enabling me to view edit otehr documents?
    Thank you

    You might be able to open up a second instance of Acrobat, I haven't tried uner a Windows 7 or 8. I probably have done that using Acrobat 4 or 5 with whatever was the current version of Windows at the time. You can run Reader and Acrobat so you may be able to get some work done. Of course, Acrobat being busy, should not stop you from creating pdf files either.

  • Multiple scripts running at the same time?

    Is there a way to have multiple scripts successfully running at the same time?
    At the moment if I start a second script while the first one is still running, the second one completes successfully but the first one stops. This seems to be because the first one is no longer the active document once the second one opens so can't continue.
    Is there another way to script things like this so that multiple can run independently at the same time? You might ask why I'd want to run two at the same time and not just wait, but i've setup an asp.net web form front end and having problems if two people click the button around the same time.
    I'm guessing this isn't going to be possible and i'm going to have to look for ways of doing this in asp.net instead and somehow queue the requests so you have to wait longer if the script is already running?
    Thanks,
    Andy

    I'm
    guessing this isn't going to be possible and i'm going to have to look
    for ways of doing this in asp.net instead and somehow queue the requests
    so you have to wait longer if the script is already running?
    This is correct. The scripting interface to PS is single-threaded so you will need to queue up requests.

  • 2 files running at the same time for adquiring data from different ways

    I want to adquire from a serial port( using VISA) and from a DAQ at the same time. I want data form both devices at the same time.
    My program is a while loop reading continuously from both devices until I stop the while loop with a control.  
    I have noticed that I don't receive right data when I read from both devices in the same program.
    So, I have tried to run 2 different programs, one for Visa adquisition and another for DAQ adquisition, at the same time. At this way i receive data ok.
    So, i want to know how can i do execute 2 different .vi files at the same time and how can i get data from the another one.
    Please, help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!. I don't know what to do!
    Luz 

    Luz,
    you can insert two seperate while loops in parallel into one VI. Please
    take a look into the template browser and the example finder of LV for
    some examples. You can find the template browser by selecting "new"
    (not new vi!) in the file-menu. The example finder is located in the
    help-menu.
    hope this helps,
    Norbert B.
    NI Germany
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Video out settings HDMI and Component out run at the same time?

    Does anyone know if I can get video out of both the HDMI port and component video connections at the same time. Trying to distribute video throught the house on component, and still get HD on the flat panel in the living room. Any help would be greatly appreciated.

    Apple says when both HDMI and component are connected, HDMI will take precedence over component. Short answer: no.

  • Play two video files at the same time.

    I am trying to play two video files at the same time. I create two threads, each of which has its own frame, playing button, and builds its own graph to play the file. Now everything seems works except that when the first file is being played and I hit PLAY
    to play the second file, the program plays the second file but the first one is paused; furthermore the control button has no response for the first one. Did I miss anything? Can anyone help me figure out the problem?
    Best,
    Fayin

    You don't need separate threads for 2+ playback pipelines because the filters create worker threads internally and don't block execution on calling thread.
    If you decide to keep separate threads, you will have to follow Michel's advice and have message pumps on those threads.
    You can also have both files in the same graph, in which case you have perfect sync between them (both start playing together in sync), however you cannot pause/stop/run files separately.
    The problem you described is most likely not a DirectShow problem and is rather about generic threading, COM or window messaging.
    http://alax.info/blog/tag/directshow

  • How do I layer 2 video clips in the same time space/ playing side by side at the same time

    I wish to add 2 views of the same subject side by side and playing at the same time. Is this A possible and B if so how do I add the second video clip into the same time space

    aggro
    What version of Premiere Elements are you using and on what computer operating system is it running?
    This sounds like a split screen effect to me.
    If so, one view on Video 1 and the other directly above that is the other view on Video 2.
    Then crop each so that each occupies 1/2 the Edit area monitor screen.
    (generalized since I do not know your program version, see effects Transform/Crop).
    I wrote the following in 2011 for a Premiere Elements 8 user in another forum
    Your basic tools to achieve your goal are Crop Video Effect and Horizontal Flip Video Effect.
    Video ONE on video track 1.
    Video TWO on video track 2, directly above Video ONE.
    Highlight Video ONE on video track 1, Edit Mode/Effects/Video Effects/Transform/Crop, followed by adjusting the crop under Edit Effects (see bottom of Effects Panel) so that Video ONE occupies the left half of the screen.
    Do the same for Video TWO on video track 2, Edit Mode/Effects/Video Effects/Transform/Crop etc. so that Video TWO occupies the right half of the screen. BUT end with Edit Mode/Effects/Video Effects/Transform/Horizontal Flip.
    Highlight the video on either side to make adjusts in the Properties Palette and appropriate Panel (position, cropping, etc). But, remember that if you make changes in the "flipped" right side of the screen, Edit Effects/Crop Panel right option will be for left and left option will be for right.
    You may or may not need the "flip" part of the effect.
    Please review and consider. If I have misinterpreted your question, please let me know with details and I will rethink what you seek.
    Thanks.
    ATR

  • FRM: 10270 Cannot attach the library when two forms run at the same time

    I get the error message FRM: 10270 Cannot attach the library SYSLIB while opening menu BMENU but only when i try to open a second form while the first form is still running.
    Both forms are working fine as long as they ar not running at the same time.
    It seems like the second form opening does not have access to the FORMS60_PATH, because you can not open a third form because it can't find it.
    All the forms anf libraries (plx)is in the FORMS60_PATH.
    I am running developer_6i forms & reports on a HPUX 11i machine and I am trying to access them through jinitiator 1.3.1.9 on a XP machine.
    Best regards
    Macke

    Thanks a lot for the tip. I used truss and realised that it found the library but was not allowed to open it. The kernel parameter maxfiles was set to low.
    I increased it and everything works ok
    BR
    Marcus

  • Running two stepper motors at the same time from one port

    Hello,
    I have to run two motors at the same time - one used to move a linear ball screw and one to turn a grip. I am doing tension and torsion testing on small wires, but tension and torsion have to be done at the same time. I also have to build in the ability for each motor to take multiple steps, ie. have a motor take x number steps at y velocity and then move x number of steps at z velocity. Both motors need to be able to do this. However, I am having problems getting the motors to run at the same time and to take all the steps. The motors are connected to two RMS Technologies R356 controllers. Both of the controllers are then connected to one RS485 to USB converter card, and that card is connected to one of the USB ports in the computer. Currently, I pass an array of commands to two for loops each containing VISA read and writes. I've attached the vi to look at. All of the timing stuff in the code is because a new command cannot be sent to the controller before the motor is done executing the previous command. If commands are sent right after one another, the controller will only execute the first command and then return with an error. 
    Does anyone have a suggestion as to what I am doing wrong?
    Thanks in advance for any help. 
    Solved!
    Go to Solution.
    Attachments:
    Motor Controller (Sub VI 3).vi ‏41 KB

    I'm not too clear on exactly what you are trying to accomplish or some of the details.
    Are there equal number of torsion and tension steps?
    Is there a pairing between a torsion and tension?  For example, you want to tension and torsion simultaneously, but those two together make a complete step?
    Do you want to wait until both the torsion and tension have completed before moving on to the next torsion/tension pair?
    Is there any time delay you want to hold at before moving on to the next step.
    When working with state machines, it is important not only to define the states, but also the logical stepping from one state to the next, or alternatives based on conditions.  It could be flowchard, but sometimes people call them state charts.
    Right now your latest posting has goes to "Write to Motor" event though and will wait there forever because there is nothing in the queue to write out through the VISA port.
    Let's assume your first state would happen to be Enqueue Tension (in order to get something in the queue), you will actually queue up all your tension commands at once with the For loop.  Then i will be 1 less than the size of the array it always will be because for an array size n, i will go from 0 to n-1 on each iteration.  So your false case will run and you will go to "Write to Motor".  Write to Motor will run and dequeue the first command then go to Waiting for Response.  Waiting for response will iterate through the while loop until 66 or 67 comes back.  I assume only 66 will come back for tension since you have yet to write a torsion command.  Once that comes back, it will go to Enqueue Tension again and insert a whole other series of commands.  Then go back to write Motor and will take out the 2nd queue element from the first set of commands your wrote.  It will stay in a Tension mode and the Queue will grow endlessly putting in a whole new series for each element that you dequeue.
    A state machine is the way to go, but I can't really sketch one out for you because I'm not sure exactly how your applications is supposed to work.  If a tension and torsion command are paired together,  perhaps you should just queue them together and write them out at once.   But the key thing is to sketch out on paper your application and flowchart exactly how the program should progress from step to step.
    PS:  One other thing, make sure you wire the queue reference wire through all states.

  • Dreamweaver and Fireworks won't run at the same time

    Recently, I've run into a problem where I cannot run Dreamweaver and Fireworks at the same time.
    I have Dreamweaver CS4 & Fireworks CS4, which I can still run at the same time.
    However when I run Dreamweaver CS5.5 and try to launch Fireworks CS5.1 I get a C++ Runtime error in FW CS5.1.
    And when I run Dreamweaver CS6 and try to launch Fireworks CS6, Fireworks CS6 freezes before fully loading.
    If I run DW CS6 and launch FW CS4, I can get them both to run together, but when I close FW4, DW CS6 crashes.
    Any suggestions would most appreciated.
    David

    Historically, I've always kept prior versions installed because sometimes, albeit infrequently, I need to access extensions that aren't compatible with the newer versions of CS. Since I can run DW & Fireworks CS4 together, I'm inclined to leave them installed.
    I've thought about uninstalling CS 5, but I don't think that would resolved my issue. I've already tried most of what's in the Adobe troubleshooting suggestions save for creating a new administrator account.
    I think I'll hobble along with my current workarounds since I'll be migrating to a new computer very soon, which should acomplish what creating a new administrator account would. I'll probably limit the reinstall to CS 6 to eliminate any issues that might be related to having multiple versions installed, which in reality shouldn't be an issue because again, I've always done that successfully in the past.
    Thanks for the suggestion just the same.

  • Two Telnet read VI's running at the same time interfere with each other

    I have a situation where multiple tests must test multiple UUT’s on the same computer. To send commands to and get responses from the UUT's I use a telnet session. The telnet read VI uses a semaphore. Therefore when two separate top level VI's are running, each calling the Telnet read VI, if one Top Level VI is using the Telnet Read VI the other Top Level VI waits for the first one to complete before it can use the Telnet Read VI. This VI is setup for reentrant execution but because of the semaphore it cannot truly be used as a reentrant function. This causes severe problems when trying to communicate with two different telnet sessions simultaneously.
    In the past I have avoided this problem by compiling everything into an executable. Then each Top Level program runs completely independently with no interdependences. However, now I am implementing Teststand and I need to call the same Top Level VI's. I need to be able to get information into them and back out of them from Teststand. This means that I can no longer compile them into stand alone executables. I did compile each top level VI into its own Share DLL thinking that then each top level program would have its own library to call upon. This did not work. Even though both top level programs are compiled into their own DLL there is still interdependency when calling the telnet read VI. One program waits for the other to finish reading from its telnet connection before it can read from its own telnet connection. Since I have to continuously read from the telnet connection, sometimes for up to half and hour, the tests do not function simultaneously. How can I get around this? Is there a solution?
    Josh
    PS The Telnet Read VI I am refering to came with the Internet Toolset package. Attached is a copy of the VI I use to communicat with the UUT's.
    Attachments:
    GUI_Telnet_W-R_Auto.vi ‏64 KB

    Sorry about the confusion.
    The file I attached is in the hierarchy of two separate top-level VI's. The telnet connect is opened once and closed once in each top-level program. The ref number is then passed into and out of the VI that I attached. I use this VI to repeatedly send commands via telnet and wait for the appropriate responses. The telnet read VI is given a read line separator and reads from the telnet connection until it matches the read line separator with a text string read back from the telnet connection. If not match is found it times out and creates an error.
    I am not sure how to provide an example of the overall scheme since the problem occurs when both top level VI's are compiled each into their own shared DLLs. Those DLLs are then call from Teststand and at some points they are both running at the same time on the same computer connected to two different UUT's.
    The question I have is why does one DLL share functions with the other? When one DLL is using the telnet read VI the other DLL waits for the first one to finish with it before it can it use the telnet read VI. If they were both compiled separately each into their own DLL shouldn't they each have their own set of functions to call upon instead of having to share? I know that if the two top-level VI's are not compiled they cannot both execute the same sub-VI at the same time. The only way to get around this is to set the execution property on the sub-VI to reentrant.
    I actually fixed the problem by setting the VI I attached and the Telnet Buffered Read.VI (called by Telnet Read.vi) execution properties to reentrant. However, I am still concerned about two separate DLLs sharing sub-VIs. Why does it do this?
    Joshua

  • 2 videos/photos at the same time?

    hi
    how do i go about putting 2 videos/photos on the same canvas at one time?  I would like to have multiple photos "fly" in one at a time but end up on the same screen at the end of it, a bit like a tiling or stacked effect.  Also i would like two videos playing along side on one another.  How do i do this?
    I have done a search but i cant find anything, not sure i am searching for the right thing. 
    Thanks
    Amanda

    There's two ways you can go about this Amanda.
    1. Set the length of your images for example 8 seconds each. Offset the photo's like a ladder effect and add the animating keyframes. The red dots in the image below represent the start/finish points of the animation.
    2. The other option is to set the length of all the same, then use keyframes to set the start/ finish of the animation.
    I always use example 1, however example 2 would probably be easier to understand?
    Hope that helps
    Tony

  • Two processes running at the same time in Lookout

    I have installed Lookout 5.0 with 200 I/O Points onto our server computer. The application of motion control is next to the 200 I/O points through OPC PMAC server/client. Now I would like to have a second process in the same server for trouble shooting and testing without stopping the motion control process. However, this second testing process could have also many I/O points through Serial and USB ports. I assume that the total amount of I/O points of both processes will be greater than 200.I prefer to have independent processes for control and testing because access levels. Can I have these two processes running at the same time when needed?

    Hi,
    From your description you are using a third party OPC server for the motion application. You could have a second Lookout process communicating with the same OPC server with no problems, as long as you do not exceed the number of I/O points your license supports.
    Also, the process you are using for testing obviously could not overwrite datamembers (or registers if you will) that would interfere in the overall application, in other words you can test your application as long as you keep the coherency of the test.
    So the answer would be, yes it is possible, however you are still limited to the number of I/O's your license supports... You may even consider upgrade the number of I/O's you have in your license.
    Best Regards
    Andre Oliveira

Maybe you are looking for