Quoting jjom: Quote: How do I have multiple sets of crews separated by episodes? I'm not a cast&crew-guy so I had to quickly test it and yes, there is a somewhat annoying difference in how "paste and append" works in crew in contrast to cast. Workaround: 1) go to the profile you want to insert the crew to and create the appropriate dividers. Right-click and "copy all crew" 2) open an editor and paste your clipboard, it will look something like: Quote: <?xml version="1.0" encoding="ISO-8859-1"?> <CrewInformation> <Title>$Something</Title> <Credits> <Divider Caption="Film 1" Type="Episode"/> <Divider Caption="Film 2" Type="Episode"/> </Credits> </CrewInformation>
3) got to the profile you want to copy from, right-click and "copy all crew" 4) new editor window and paste. Now delete the first 4 and the last 2 lines, so that only <credit> and Group-<dividers> remain. Copy those and paste them in the other editor under "Film 1" 5) repeat 3&4 for every profile you need 6) Copy everything from the first editor window, go to the target-profile, "Paste all Crew" and everything should be fine. This XML-Stuff only looks complicated on first glance, give it a chance and you see that it is quite systematic. cya, Mithi |