Project view - Additional functions

smartLib’s project view section in the middle of the smartLib main window offers various options to organize your projects that you should be aware of to get the most out of smartLib. Let’s have a closer look at these options.

The project view right click menu

The project view contains a right click menu with several commands.

_images/10.png

clear: Clear the current project view.

refresh: Refresh the current project view.

open current project in finder: Reveal the current project in the finder/ explorer.

open in separate window: Tear off the shot section and open it in a separate window.

Export project report: Export the current status of the project containing an overview of all shots including status and comments for all shots. Available formats are PDF, HTML and CSV. For further information see Creating project reports.

import from csv for all shots: Update all shots status and comments for all included shots of an imported csv file. For more information, please refer to Importing data from csv file.

display by status: Display all shots by a given status. For more information, please refer to Filtering shots by status.

create new shot: Create new shot in the current project. For further information see the Creating new shots section.

Searching shots by name

_images/09.png

You can search shots in the project view by name. The list will then only show the shots that contain the character that are entered. In this example we search for all shots that contain the number 2 in their name. The result is SH020 and SH120. This works also for finding all shots that are assigned to a specific artist. Simply type in the artist name and it will show all shots that are assigned to the given artist. For more information about setting user, please see Assigning user to shots.

Filtering shots by status

_images/11.png

You can search shots in the project view status. For instance, to see all shots of the project that haven’t been started working on right click the project view and choose display by status->not started.

Importing data from csv file

You can import data from a csv file for all shots. This is useful to import data from an exported csv project report. This workflow enables you to export data into a csv file project report and update it outside of smartLib. You can then import this csv file and update all shots in the project view. For more information on exporting the current project report into a csv file, please refer to the project report section.

The import functionality will update the values for the status and the comment for all shots in the found shots of the csv file.

In order to import data from a csv file for shots in the project, navigate to the project view in the middle of the smartLib main window. Right click and choose Import data from csv for all shots.

This will launch a browser that lets you browse to the csv file that contains the data to import. Browse to the csv file, select it and click the open button. You need to confirm importing the data by one more dialog, as this will update the data to the data of the csv file for all shots that are found in the csv file. There is no undo functionality.

Note

The csv file must contain the columns shot, status and comment and the csv file’s columns must be separated by comma. Using a different separator will unlikely create the expected result. Please refer to you file editing program for more information. Programs that are able to export csv files are for instance Microsoft Word and OpenOffice.

Example csv file to import

Let’s have a look at an example csv file to import. It has the following structure:

shot,status,comment
SH010,done,"some comment"
SH020,"in progress","some other comment"
SH030,"done","and another comment"

Importing this csv file will update the shots SH010, SH020 and SH030. Each shot’s status and comment will be updated to the above values. Keep in mind that shots that are not contained in the csv file will stay untouched in smartLib’s project view.