gighiveGigHive gives you several ways to add media or rebuild media data. Choose the option that matches how much review and control you want before ingest starts.
Use the GigHive iPhone app.
For most end users, this is the simplest way to add music and video to GigHive. It is the most user-friendly path because users can upload directly from their phone without using the admin pages.
admin_database_catalog_media_from_folder.php)Use Catalog Media when you want to scan one or more folders first, review what is there, and decide what should be uploaded before any hashing or media transfer starts.
Catalog Media is a lightweight, non-destructive staging workflow.
Clears the current catalog staging area and scans the selected folder fresh.
Adds another folder to the existing catalog without clearing what is already staged.
Catalog Media is the review-first path:
db/database_catalog.phpadmin_database_load_import_media_from_folder.php)Use this page when you already know which files you want and are ready to start hashing and uploading right away.
Unlike Catalog Media, this path is for immediate ingest work rather than a separate pre-upload inventory and selection stage.
This page has two folder-based sections plus a single-file fallback.
All folder-based imports are a two-step process:
Both sections also have a Previous Jobs (Recovery) panel for retrying or resuming an interrupted import.
Rebuilds the media tables from the selected folder.
Adds new files from the selected folder without deleting existing data.
Opens the standard upload form (/db/upload_form.php) for uploading one file at a time from the browser.
admin_database_load_import_csv.php)Use this when your media information already exists in CSV files and you want to rebuild the media database from those exports.
This page has two CSV-based reload options. Both replace the current media tables with the contents of the uploaded CSV export.
Upload one CSV file to rebuild the media database.
Required headers: t_title, d_date, d_merged_song_lists, f_singles
This is mainly for older GigHive CSV exports that store everything in one file.
Upload sessions.csv and session_files.csv to rebuild the media database.
sessions.csv required headers: session_key, t_title, d_datesession_files.csv required headers: session_key, source_relpathUse this when your CSV export is already split into session metadata and per-file rows.
Some admin page database actions replace existing media metadata.
Before using them: