Difference between revisions of "Maintenance"
Jump to navigation
Jump to search
(Created page with "Truxton requires some maintenance here and there. Maintenance tasks are generally exposed to the scripting side of Truxton rather than the GUI side. This allows the maintenanc...") |
|||
| Line 4: | Line 4: | ||
=Delete Media= | =Delete Media= | ||
| + | When you want to delete a piece of media from Truxton, you have a few choices: | ||
| + | |||
| + | # Use the Media Management page on the Analyst Desktop | ||
| + | # Use [[TruxtonCLI.exe#Delete a Piece of Media|TruxtonCLI]] | ||
| + | # Write your own [[Truxton_delete_media|program]] or [[TruxtonObject#deletemedia.28media_id.29|script]] | ||
| + | |||
| + | These will delete the meta data pertaining to a piece of media from the database. | ||
| + | It will not delete the file contents associated with the media. | ||
| + | To do that, you must perform a depot consolidation. | ||
Revision as of 13:37, 25 July 2022
Truxton requires some maintenance here and there. Maintenance tasks are generally exposed to the scripting side of Truxton rather than the GUI side. This allows the maintenance to be automated and customized to customer's needs.
Delete Media
When you want to delete a piece of media from Truxton, you have a few choices:
- Use the Media Management page on the Analyst Desktop
- Use TruxtonCLI
- Write your own program or script
These will delete the meta data pertaining to a piece of media from the database. It will not delete the file contents associated with the media. To do that, you must perform a depot consolidation.