|
NXVR Studio |
In your docs is says to find the headings by clicking a new post and expanding the options to see what additional columns can be added.
When posting to queue for vertical video content meant for youtube, ticktock, Instagram reels, there is a conflict between ticktock and youtube.
they both have "Privacy" with different defined fields. This needs to be fixed ASAP. You can't upload batches of short videos properly because of this bug. It would be as simple as changing "Privacy" on the youtube options to "Visibility" which is a more accurate descriptor anyways.
Activity Newest / Oldest
NXVR Studio
ps. I build software and videogames for a living so I get it that mistakes happen, but please fix the mistake ASAP. Its not a big fix you just need to rename the expected variable for Youtube on CSV input from "Privacy" to "Visibility" or enable the option to specify an array number 1= Public (youtube) Public For Everyone (TikTok)
etc. etc.
Alternatively you could make it so the variable options match.
NXVR Studio
The issue here is that you guys duplicated variable names with incompatible pre-defined variable options.
For the "Privacy" column (which is a duplicate for both youtube and tiktok, Tiktok expects "Public for Everyone" and youtube expects just "Public".
This could have been avoided by either changing the variable name for example:
Privacy (tiktok)
Visibility (youtube)
or by making the pre-defined variable options align with one another (Public) Both Tiktok and Youtube.
I have tried a bunch of different ways to hack this to get it to work properly its not letting me specify array number and adding 2 "Privacy" colums doesn't work either. Im sure this would be ok for one post , one platform usecases specifying the time from the spread sheet.
For one-post, multiple-platform add to queue, the error is in the way your system was designed and coded with incompatible overlapping variables.