When I try to backup my catalog I get ""
I have never gotten this message before and this is the first time I backed up the catalog since the most recent update a few days ago.
When I try to backup my catalog I get "Please check your folder permissions, and make sure that you have available space on your backup"
I have never gotten this message before and this is the first time I backed up the catalog since the most recent update a few days ago.
Online chat is telling me that the only way to change the payment method for my subscription from PayPal to a Credit Card is to cancel and start a new subscription. This seems completely absurd and even stupid to me. Has anyone else faced this? And if true, why does Adobe insist on such a backwards way of updating payment method.
I just started using CFB 2016 and for the life of me can't figure out how to enable word wrap in the editor. I thought I'd found the setting, but wrapping still isn't working. TIA
Hi guys. Hope someone can help.
I have set up a form in LiveCycle designer ES4 and I have 4 drop down boxes where 4 selections keep some extra fields hidden and one selection makes the extra fields visible. This is set up 4 times on the form and all drop downs and fields are set up in separate subforms with different names.
Select from list - hidden
Danish - hidden
Finnish - hidden
Norwegian - hidden
Swedish - hidden
Other - visible
My problem is that the action I ask for will only work in one set. And it doesn't matter which one I choose first.
If I for example choose Finnish in the first and Other in second and Other in the third and Danish in the fourth, the extra fields are only visible in option 2, not in option 3.
If I for example choose Other in the first and Swedish in second and Norwegian in the third and Other in the fourth, the extra fields are only visible in option 1, not in option 4.
I have copied the setup from another form that works, and I just can't see whats wrong.
I found a support thread saying that you can't have more than 15 actions. I tried deleting some of the actions, but it still doesn't work
Script is:
//+ GENERATED - DO NOT EDIT (ID:3CFF7375-218F-4F8B-A342-6144FEFF644F CRC:1111680950)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].Person1other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].R23-1[0]
//+ Condition1: ListField("$Node1","textselected","Select from list")
//+ ActionName: R23-1.change
if (xfa.event.newText == "Select from list") {
this.resolveNode("Person1other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:29B50E0C-9FF6-42DB-AB10-344E63B30C1B CRC:2792243199)
//+ Type: Action
//+ Result1: SetPresence("$Node2","visible")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].Person1other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].R23-1[0]
//+ Condition1: ListField("$Node1","textselected","6")
//+ ActionName: R23-1.change
if ($.boundItem(xfa.event.newText) == "6") {
this.resolveNode("Person1other").presence = "visible";
}
//-
//+ GENERATED - DO NOT EDIT (ID:E2E05269-D5B2-46F4-8362-BB64CC326402 CRC:2663976027)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].Person1other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].R23-1[0]
//+ Condition1: ListField("$Node1","textselected","5")
//+ ActionName: R23-1.change
if ($.boundItem(xfa.event.newText) == "5") {
this.resolveNode("Person1other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:42DBF824-EBAE-486A-BC58-C350F2618AA9 CRC:2178998507)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].Person1other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].R23-1[0]
//+ Condition1: ListField("$Node1","textselected","4")
//+ ActionName: R23-1.change
if ($.boundItem(xfa.event.newText) == "4") {
this.resolveNode("Person1other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:4E4BFA03-CD8D-41FA-951C-00301E507CBD CRC:3695011835)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].Person1other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].R23-1[0]
//+ Condition1: ListField("$Node1","textselected","3")
//+ ActionName: R23-1.change
if ($.boundItem(xfa.event.newText) == "3") {
this.resolveNode("Person1other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:875EF474-2D3D-40EB-A80C-BC2D839A6590 CRC:3272903499)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].Person1other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person1[0].R23-1[0]
//+ Condition1: ListField("$Node1","textselected","2")
//+ ActionName: R23-1.change
if ($.boundItem(xfa.event.newText) == "2") {
this.resolveNode("Person1other").presence = "hidden";
}
//-
NordicPowerOfAttorney.#subform[0].Names.Person2.R23-2::change - (JavaScript, client)
//+ GENERATED - DO NOT EDIT (ID:9CD50AB9-4B44-4CB7-BC21-9A67EDD353D0 CRC:3158333294)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].Person2other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].R23-2[0]
//+ Condition1: ListField("$Node1","textselected","1")
//+ ActionName: R23-2.change
if ($.boundItem(xfa.event.newText) == "1") {
this.resolveNode("Person2other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:FDE59646-8A75-4A26-8F91-A733E160F008 CRC:1810306949)
//+ Type: Action
//+ Result1: SetPresence("$Node2","visible")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].Person2other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].R23-2[0]
//+ Condition1: ListField("$Node1","textselected","6")
//+ ActionName: R23-2.change
if ($.boundItem(xfa.event.newText) == "6") {
this.resolveNode("Person2other").presence = "visible";
}
//-
//+ GENERATED - DO NOT EDIT (ID:434A9464-5DD5-4ED1-A507-FF99B54F8842 CRC:3236423086)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].Person2other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].R23-2[0]
//+ Condition1: ListField("$Node1","textselected","5")
//+ ActionName: R23-2.change
if ($.boundItem(xfa.event.newText) == "5") {
this.resolveNode("Person2other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:FE5128A3-AF21-454A-A96C-6396D6629C78 CRC:3754821918)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].Person2other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].R23-2[0]
//+ Condition1: ListField("$Node1","textselected","4")
//+ ActionName: R23-2.change
if ($.boundItem(xfa.event.newText) == "4") {
this.resolveNode("Person2other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:DF5661F8-B218-4553-9856-A5A8561C3B4B CRC:2182319630)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].Person2other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].R23-2[0]
//+ Condition1: ListField("$Node1","textselected","3")
//+ ActionName: R23-2.change
if ($.boundItem(xfa.event.newText) == "3") {
this.resolveNode("Person2other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:66D1F0AB-8600-4330-8D94-0B7DFC8B4AF5 CRC:2637849278)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].Person2other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person2[0].R23-2[0]
//+ Condition1: ListField("$Node1","textselected","2")
//+ ActionName: R23-2.change
if ($.boundItem(xfa.event.newText) == "2") {
this.resolveNode("Person2other").presence = "hidden";
}
//-
NordicPowerOfAttorney.#subform[0].Names.Person3.R23-3::change - (JavaScript, client)
//+ GENERATED - DO NOT EDIT (ID:C0BBA692-055E-41FF-8CDF-A5441727920D CRC:2309353533)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].Person3other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].R23-3[0]
//+ Condition1: ListField("$Node1","textselected","1")
//+ ActionName: R23-3.change
if ($.boundItem(xfa.event.newText) == "1") {
this.resolveNode("Person3other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:25ED8CC8-9214-4505-808E-F5CE4EB79857 CRC:2578510444)
//+ Type: Action
//+ Result1: SetPresence("$Node2","visible")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].Person3other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].R23-3[0]
//+ Condition1: ListField("$Node1","textselected","6")
//+ ActionName: R23-3.change
if ($.boundItem(xfa.event.newText) == "6") {
this.resolveNode("Person3other").presence = "visible";
}
//-
//+ GENERATED - DO NOT EDIT (ID:740F3228-D4E9-4BC2-B57E-31EF456228F1 CRC:4110566141)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].Person3other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].R23-3[0]
//+ Condition1: ListField("$Node1","textselected","5")
//+ ActionName: R23-3.change
if ($.boundItem(xfa.event.newText) == "5") {
this.resolveNode("Person3other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:1381D104-47AF-407C-A097-1BAE50358625 CRC:3928731213)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].Person3other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].R23-3[0]
//+ Condition1: ListField("$Node1","textselected","4")
//+ ActionName: R23-3.change
if ($.boundItem(xfa.event.newText) == "4") {
this.resolveNode("Person3other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:D942DB88-86B2-4C65-A0EF-1938162272A3 CRC:3086362973)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].Person3other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].R23-3[0]
//+ Condition1: ListField("$Node1","textselected","3")
//+ ActionName: R23-3.change
if ($.boundItem(xfa.event.newText) == "3") {
this.resolveNode("Person3other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:2EA0BAC5-7C6D-4E91-8E8F-BBAEDA62229C CRC:2833237485)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].Person3other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person3[0].R23-3[0]
//+ Condition1: ListField("$Node1","textselected","2")
//+ ActionName: R23-3.change
if ($.boundItem(xfa.event.newText) == "2") {
this.resolveNode("Person3other").presence = "hidden";
}
//-
NordicPowerOfAttorney.#subform[0].Names.Person4.R23-4::change - (JavaScript, client)
//+ GENERATED - DO NOT EDIT (ID:EE1352F2-9208-41B5-99DA-33CA8811C11D CRC:1934468)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].Person4other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].R23-4[0]
//+ Condition1: ListField("$Node1","textselected","1")
//+ ActionName: R23-4.change
if ($.boundItem(xfa.event.newText) == "1") {
this.resolveNode("Person4other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:033FB4E2-0756-4921-880E-7623E5D76B0D CRC:560443732)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].Person4other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].R23-4[0]
//+ Condition1: ListField("$Node1","textselected","2")
//+ ActionName: R23-4.change
if ($.boundItem(xfa.event.newText) == "2") {
this.resolveNode("Person4other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:03444CB3-6BBF-4828-82BD-90E9740C769C CRC:1045323236)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].Person4other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].R23-4[0]
//+ Condition1: ListField("$Node1","textselected","3")
//+ ActionName: R23-4.change
if ($.boundItem(xfa.event.newText) == "3") {
this.resolveNode("Person4other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:0376D644-63D6-44E2-93E6-2C16DB036F34 CRC:1670634228)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].Person4other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].R23-4[0]
//+ Condition1: ListField("$Node1","textselected","4")
//+ ActionName: R23-4.change
if ($.boundItem(xfa.event.newText) == "4") {
this.resolveNode("Person4other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:AA56811B-5B5C-4810-9066-50AD348BD960 CRC:2092578372)
//+ Type: Action
//+ Result1: SetPresence("$Node2","hidden")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].Person4other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].R23-4[0]
//+ Condition1: ListField("$Node1","textselected","5")
//+ ActionName: R23-4.change
if ($.boundItem(xfa.event.newText) == "5") {
this.resolveNode("Person4other").presence = "hidden";
}
//-
//+ GENERATED - DO NOT EDIT (ID:1B69100E-0FB3-4CE8-802A-8F21460933B2 CRC:730087728)
//+ Type: Action
//+ Result1: SetPresence("$Node2","visible")
//+ Node2: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].Person4other[0]
//+ Node1: NordicPowerOfAttorney[0].#subform[0].Names[0].Person4[0].R23-4[0]
//+ Condition1: ListField("$Node1","textselected","6")
//+ ActionName: R23-4.change
if ($.boundItem(xfa.event.newText) == "6") {
this.resolveNode("Person4other").presence = "visible";
}
//-
Anyone?
Best regards
Camilla
Hi,
I've just spent a month trying to get Export-Import of Closed Captions working in Trial mode. Sorted.
Now I have the subscription & Import doesn't work! There are no changes whatsoever to the CC in the .cptx file after import, even if I just type one word into the Update column. I've been trying since last night: Nothing. (Important new client with potentially several projects in several languages).
Any ideas?
Every source I look for when trying to export a sequence to a DVD is old and says I need to use Encore.
I need to export a sequence to a DVD and make it loop to continually play. I have also had an issue before when I made a DVD the images were tiny on the screen.
Can anyone help me? I'm using Premier Pro CC 2018.
I chatted with an Adobe representative, and I was told that I need to post my question in the forums. Hopefully this will be more helpful. I had an Adobe account that I was using for Digital Editions, but when I used a new computer, I signed in with a different account. Now I have the issue that the majority of my ebooks are downloaded through the first account and some through the second. My Nook won't allow me to authorize it for both at once, so I constantly have to reauthorize for the other account. Is there any way to combine the two so that the ebooks I added through the second account can be authorized with the first?
LightroomCCにおいて読み込みをすると、現像設定(露光量+1.5、ハイライト−46、レンズプロファイル)が反映された状態で読み込みがなされます。
読み込み時に現像設定は「なし」で読み込みをしている上に、ユーザープリセットは設定していません。
自動補正もかける設定しにておらず、現像後、初期化を押すと、また上記の現像設定に戻されてしまいます。
カメラはNikonのD810でOSはMacOS10です。読み込みはLightroomでカメラから直接読み込みをしています。
適当にMac内の写真をカタログに読み込む際は上記の現像設定が反映されません。このNikonのD810だけそのような設定が全て反映されてしまい困っています。
何か、解決策はありませんでしょうか。
よろしくお願いいたします。
I just installed the newest version of Premiere Pro CC now when I try and import a MTS file I get no audio associated and I get the message in the title when I try and reconnect media on an older project. I have tried emptying media cache I have moved media tried bringing in the whole file structure from the card pretty much everything I have found as suggestions on the forums but still no luck. I have even uninstalled and run cleaner and reinstalled PP this is very frustrating. I have successfully imported a video that is an MP4 previously exported and it worked but I transcoded media to Mp4 and still came in with no audio. I need new suggestions or someone to tell me how to fix this issue.
I got a User Guide PDF for After Effects but cannot find how to get one for Premiere Pro. The AE one is a reference.pdf but the title is Adobe After Effects CC Help. So am I looking for a document called Adobe Premiere Pro CC Help? I'm looking for a user manual with primarily reference material.
http://www.joshwallace.com is my site where the forms are not sending when I include reCAPTCHA2. If I take off the reCAPTCHA2, then it sends fine, but including it prevents the form from sending for whatever reason. I entered the pair of keys and triple checked them. I entered the snippet in the header too. I even tried setting up a different reCAPTCHA2 and re-entered the new keys, but still not working. I went back and forth with my web host and they said everything on the server side is set fine. https://joshwallace.com/info.php Any ideas? Thanks!
I am trying to have a drop down menu resize based on the selection chosen. I am able to resize it, but the text in the box does not refresh when the box is resized. If I choose the same option twice, the text looks normal, but on first choice, the text is misshapen. It also looks different when I mark the form as read only as well.
This is the code that I am using:
if (event.value == "Add Restitution in the amount of:") {
this.getField("note1").display = display.visible;
this.getField("note9").display = display.hidden;
var b = this.getField("Dropdown1");
var aRect = b.rect;
aRect [2] = 245.26;
b.rect = aRect;
}
else if (event.value == "Increase:") {
this.getField("note1").display = display.hidden;
this.getField("note9").display = display.visible;
var b = this.getField("Dropdown1");
var aRect = b.rect;
aRect [2] = 141.2;
b.rect = aRect;
}
else if (event.value == "Decrease:") {
this.getField("note1").display = display.hidden;
this.getField("note9").display = display.visible;
var b = this.getField("Dropdown1");
var aRect = b.rect;
aRect [2] = 141.2;
b.rect = aRect;
}
else if (event.value == "Other / Items:") {
this.getField("note1").display = display.hidden;
this.getField("note9").display = display.visible;
var b = this.getField("Dropdown1");
var aRect = b.rect;
aRect [2] = 141.2;
b.rect = aRect;
}
This is the file if you would like to vew it for your self. Its uploaded to google drive.
Thanks in advance!
Hi,
I'm trying to figure out how to edit a conversation and keep everything in sync. I have 5 tracks right now, voice 1 on track one, voice 2 on track 2, intro on track 3, interstitial on track 4, outro on track 5. I have reshuffled the order of the conversation clips on track 1 and 2 are not just one continuous clips. Also the intro, interstitial and the outro are also not one continuos clip. I have everything laid out how I want it. The problem is that now I'd like to edit out umhs and pauses etc. Every time I do that everything falls out of sync. I know I can slid each clip to make them in sync but this will take me weeks to edit this way. It's an hour conversation. There has to be another way. I tried grouping clips but that doesn't solve the problem completely because that only works on the track I'm working on but the clips on other tracks don't slide over when I make a cut on another track. Does anyone know the best way to approach this?
Thank you
Created pdf with Acrobat XI, and good to go, except that I get a Font error message window when opening --even with Adobe Reader. Thx
Is their a method to claim a refund from Adobe for my subscription due to the software continually crashing and no being fit for release.
Never have experienced software that crashes so often when carrying out simple editing.
I'm not sure what Adobe have done with 12.0 and 12.0.1 but it's not fit for public release in my opinion.
I'm get upwards of 10 crashes a day when carry out editing. I rarely had a crash using cc2017.
I would gladly revert to cc2017 but you can't revert a project and starting editing from scratch would take upwards of a month.
I'm very very disappointed with Adobe and their test team for the state of the software. I can't believe it has been properly tested.
And BTW I have re-installed the software from scratch on a clean system and it's no better.
If the next release does not stablise the software then I think a change to a different editing software is the only answer.
A very disgruntled customer
All new iPhone apps will be required to support the notch in April - Neowin
I share this news with Adobe AIR Developers team.
They can be interested by it as April is coming fast, and they have to implement this function in the next AIR version..
Hi,
I am not a wiz at Adobe, but my teacher wants an all photo process for screen print. I have the color comp finished, but dont know how to do the rest in Illustrator or Photoshop. Which is best and how?
Hello Experts,
I am plotting a "Unique Visitors" data across "Average time spent". But "Unique Visitors" percentage does not add up to 100%.
Can someone explain why is that?
I was expecting I will get a distribution of all 100% of unique visitors about how much average time they spent on website. Any clues how I can achieve it.
Please see attached screenshot.
Hi Adobe Forums,
I am trying to determine if there is a bottleneck in my video editing system setup - focusing on external hard drive setup. Nothing seems to be overly slow, but it is always best to prevent/solve a bottleneck for maximum performance when exporting video. I would like to know how to test for a bottleneck and learn how to prevent future bottlenecks in other systems. Is there a way to determine the read/write speeds that Adobe Premiere Pro needs when utilizing multiple external HDDs and SDDs? Perhaps some kind of monitoring program similar to Mac's "Activity Monitor" that shows CPU and memory usage percentage (which visually shows CPU and/or memory getting bottlenecked or not)? Or perhaps knowing necessary read/write speeds based on source material and/or the specs of the video being exported? I can provide full system specifications upon request (I am using a Mac), but I am looking for more general guidelines on how to determine bottlenecks as it relates to read/write speeds of external drives. I know how to test for read/write speeds of individual drives, and I know that the faster the better (SDD > HDD for example) but that information doesn't help much if I do not have a more precise read/write speed number provided by Premiere Pro. Don't want to have to purchase new SDDs if I can get away with more affordable and still reliable HDDs.
I thank you in advance for your help!