-
Notifications
You must be signed in to change notification settings - Fork 6
Sharing Patterns
J_Brns edited this page Dec 24, 2025
·
1 revision
NeXroll allows you to share your sequences with others through the Export/Import system. Share your preroll arrangements with friends, back them up, or move to a new server.
When exporting a sequence, choose the export format:
- Block structure only (types, counts, category references)
- Smallest file size
- Recipient must have matching prerolls in their library
- Includes Community Preroll IDs for any community prerolls used
- Enables automatic download on import
- Best for sharing sequences that use community prerolls
- Full metadata (names, tags, durations, descriptions)
- Helps recipients find equivalent prerolls
- Good for documentation
- Pattern + all actual video files
- Ready to import immediately
- Perfect for archiving or offline sharing
- Large file size warning
- Go to Schedules → Saved Sequences
- Find the sequence you want to export
- Click the Export button on the sequence card
- Choose your export mode
- Click Export
- Save the
.nexseqfile (or.zipfor full bundle)
To export your entire sequence library:
- Go to Schedules → Saved Sequences
- Click Export All
- All sequences are bundled into one file
-
.nexseq- NeXroll sequence pattern -
.json- Legacy JSON format -
.zip- Full bundle with video files -
.nexbundle- Multi-sequence bundle
- Go to Schedules → Saved Sequences
- Click Import
- Select your file
-
Preview what will be imported:
- Block configuration
- Required prerolls
- Missing prerolls (highlighted)
- Click Import
If the imported sequence references prerolls you don't have:
Community Prerolls: If the export included Community IDs, NeXroll can automatically download missing prerolls from the Community Prerolls service.
Local Prerolls: You'll need to:
- Upload matching prerolls to your library
- Or edit the sequence after import to use different prerolls
When importing a .zip bundle:
- NeXroll extracts and shows the contents
- Map imported folders to categories:
- Create new categories
- Or map to existing categories
- Preview the video files included
- Click Import to extract videos and create the sequence
The .nexseq file is JSON with this structure:
{
"type": "nexseq",
"version": "1.0",
"metadata": {
"name": "Holiday Mix",
"description": "Christmas preroll sequence",
"author": "NeXroll",
"created": "2024-12-23T10:00:00Z",
"exported": "2024-12-23T10:30:00Z",
"blockCount": 3
},
"blocks": [
{
"type": "fixed",
"preroll_ids": [12, 45]
},
{
"type": "random",
"category_id": 5,
"count": 2
}
],
"compatibility": {
"minVersion": "1.0",
"features": []
}
}- Sequence name and description
- Block configurations (types, settings)
- Category references (by ID or name)
- Preroll references (IDs, or Community IDs if exported with that mode)
- Export metadata (date, version)
- Actual video files
- Media server credentials
- System-specific paths
- Use With Community IDs mode if your sequence uses community prerolls
- Use descriptive names and add a description
- Test import your own export before sharing
- Use Full Bundle for complete archives
- Store bundles separately from your NeXroll installation
- Include dates in filenames:
Holiday_2024_backup.zip
When moving to a new server:
- Export all sequences as a bundle
- Copy your preroll video files
- Install NeXroll on new server
- Import sequences
- Update path mappings if needed
- The sequence references prerolls not in your library
- Upload matching prerolls, or
- Enable auto-download if Community IDs are available
- Check the ZIP isn't corrupted
- Ensure adequate disk space
- Very large bundles may timeout - try smaller exports
- Check that all prerolls are properly mapped
- Verify category references are valid
- Edit the sequence to fix any broken references