{"id":4954,"date":"2023-08-18T13:18:38","date_gmt":"2023-08-18T11:18:38","guid":{"rendered":"https:\/\/blog.archiware.com\/blog\/?p=4954"},"modified":"2023-08-18T13:18:38","modified_gmt":"2023-08-18T11:18:38","slug":"p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources","status":"publish","type":"post","link":"https:\/\/blog.archiware.com\/blog\/de\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/","title":{"rendered":"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources"},"content":{"rendered":"<p>In this article and its accompanying video, we&#8217;ll describe a workflow for importing metadata, thumbnails and proxies into an existing archive index. Data already archived by P5 Archive and represented in an archive index, can have these additional items added, by providing data and jpeg\/mp4 files from an external source. This feature requires P5 version 7.1.6 and later.<\/p>\n\n\n\n<figure class=\"wp-block-embed alignfull is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources\" width=\"750\" height=\"422\" src=\"https:\/\/www.youtube.com\/embed\/iyuRWUbvx_4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>For the purposes of this worked example, it is assumed that you have P5 setup and have already archived some assets, but these assets are not accompanied by metadata, thumbnails or proxies in the archive index. In some cases, LTO tapes in the LTFS format, written by another software product, have been imported into P5. Additional metadata maybe available for these assets and this data can be exported into a CSV format that P5 can import using the methods described below. In many cases, MAM systems already hold such information and this can be exported in CSV format for merging &#8211; see below.<\/p>\n\n\n\n<p>The basis of importing this information into the P5 archive index is the creating of a CSV file (comma separated values) that references each asset in the archive index via it&#8217;s full path and filename, followed by metadata values and full path and filename to thumbnail JPEG files and proxy MP4 files.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Exporting the index<\/h2>\n\n\n\n<p>In order to create a text file that can form the basis of this CSV file, it&#8217;s useful to use a P5 CLI command that will dump out the entire contents of an archive index. On Linux and macOS systems, in a terminal\/shell, the following commands will change the working directory to the P5 installation, and then use the nsdchat utility to interact with P5 and dump out the named index &#8216;Default-Archive&#8217; to a file in the same director named &#8216;inventory.txt&#8217;.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \/usr\/local\/aw\n\nbin\/nsdchat -c ArchiveIndex Default-Archive inventory inventory.txt<\/pre>\n\n\n\n<p>On Windows systems, in a Command Prompt window, use the following two commands to change directory and issue the CLI command.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \"\\Program Files\\ARCHIWARE\\Data_Lifecycle_Management_Suite\"\n\n.\\bin\\nsdchat.exe -s awsock:\/admin:admin@127.0.0.1:9001 -c ArchiveIndex Default-Archive inventory inventory.txt<\/pre>\n\n\n\n<p>In both cases, the result will be a file in the current directory named &#8216;inventory.txt&#8217; that contains one line per file or directory in the archive index. In our example, the top of our file looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/\n\/data\n\/data\/metadata-ingest-test\n\/data\/metadata-ingest-test\/010bike.jpg\n\/data\/metadata-ingest-test\/011bike.jpg\n\/data\/metadata-ingest-test\/013bike.jpg\n\/data\/metadata-ingest-test\/022runner.jpg\n\/data\/metadata-ingest-test\/023runner.jpg\n\/data\/metadata-ingest-test\/025runner.jpg\n\/data\/metadata-ingest-test\/026runner.jpg\n\/data\/Video\n\/data\/Video\/ForBiggerFun.mp4<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Preparing the CSV file<\/h2>\n\n\n\n<p>Note that the inventory file includes entries for each folder in the index, in addition to entries for each file. Remove the entries that relate only to folders, not files. P5 can only attach metadata to files, not folders. This text file will form the basis of our CSV file that we&#8217;ll use to import metadata. An easy way to make a test import CSV is to import this text file into a spreadsheet so other values can be added to each row, and then the spreadsheet exported as a CSV file. Let&#8217;s see what this looks like using our example and Google Sheets web-based spreadsheet. Any spreadsheet tool is fine for this purpose.<\/p>\n\n\n\n<p>In the example below, we&#8217;ve added a row to describe each column, and added three additional columns to hold our metadata and previews.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"509\" src=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-1024x509.png\" alt=\"\" class=\"wp-image-4961\" srcset=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-1024x509.png 1024w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-300x149.png 300w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-768x382.png 768w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-1536x764.png 1536w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-2048x1019.png 2048w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-18x9.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>Note that the second (B) column contains the full path to a JPEG file thumbnail of the original asset whose full path and filename is in column A. These thumbnail files must exist at the specified location(s) so that the import script that we&#8217;ll run shortly is able to locate them, link them into the archive index and move them into the folder where P5 stores thumbnails. Note that the thumbnail files don&#8217;t have to have the same filename as the original asset, but they do in this example. Columns C and D in our example contain a text description of each of these media files and a filesize in bytes.<\/p>\n\n\n\n<p>Use your spreadsheet tool to export this data in CSV format. If necessary, remove the first line of the file which will contain the column headings. The resulting CSV file will look like the example below. One line per row of the spreadsheet, values separated by commas. Note that our blog layout here will break up the lines.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/data\/metadata-ingest-test\/010bike.jpg,\/data\/clips-for-import\/010bike_clip.jpg,Road bike riders on snaky road near White Salmon.WA,166500\r\n\/data\/metadata-ingest-test\/011bike.jpg,\/data\/clips-for-import\/011bike_clip.jpg,Road bike riders on Rowena Loops portion of Columbia River Scenic Highway,166500\r\n\/data\/metadata-ingest-test\/013bike.jpg,\/data\/clips-for-import\/013bike_clip.jpg,Road bike rider Mt. Tabor. Portland. OR. fall leaves,166500\r\n\/data\/metadata-ingest-test\/022runner.jpg,\/data\/clips-for-import\/022runner_clip.jpg,Runner on road in  valley near Santa Barbara. CA,166500\r\n\/data\/metadata-ingest-test\/023runner.jpg,\/data\/clips-for-import\/023runner_clip.jpg,Runner on snowy road Portland. OR,166500\r\n\/data\/metadata-ingest-test\/025runner.jpg,\/data\/clips-for-import\/025runner_clip.jpg,Runner in the fog. Council Crest. Portland. OR,166500\r\n\/data\/metadata-ingest-test\/026runner.jpg,\/data\/clips-for-import\/026runner_clip.jpg,Runner on Brooklyn Bridge. NY,166500\r\n\/data\/Video\/ForBiggerFun.mp4,\/data\/clips-for-import\/for_bigger_fun_preview.mp4,For Bigger Fun,12917485<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Adding fields to the P5 Archive Index<\/h2>\n\n\n\n<p>With our data for import now prepared, we need to create an additional field in our archive index to store the &#8216;bytes&#8217; column which contains the size of the file in bytes. To do this use the field-editor window. This is accessed via P5 Archive tab -> Advanced Options -> Manage Indexes. Highlight the archive index you are adding fields to, right-click and select &#8216;Fields..&#8217; to display the window below. Enter each new field at the bottom of the window and use the tick button to add it to the list at the top. Existing fields can be highlighted in the top table and edited at the bottom. Refer to the P5 documentation for full details on adding and editing archive index fields.<\/p>\n\n\n\n<p>In our example below, a new field &#8216;user_filesize&#8217; is added. The field named &#8216;description&#8217; already exists in archive indexes by default.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/P5_Archive_Index_Field_Editor.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"1024\" height=\"547\" src=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/P5_Archive_Index_Field_Editor-1024x547.png\" alt=\"\" class=\"wp-image-4968\" srcset=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/P5_Archive_Index_Field_Editor-1024x547.png 1024w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/P5_Archive_Index_Field_Editor-300x160.png 300w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/P5_Archive_Index_Field_Editor-768x410.png 768w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/P5_Archive_Index_Field_Editor-1536x821.png 1536w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/P5_Archive_Index_Field_Editor-2048x1094.png 2048w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/P5_Archive_Index_Field_Editor-18x10.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Downloading and editing the scripts<\/h2>\n\n\n\n<p>We&#8217;re ready to use either a shell-script (Linux\/macOS) or batch-file (Windows) to get the data imported into the archive index.<\/p>\n\n\n\n<p><a href=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata_import_scripts.zip\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Download a ZIP file containing both shell-script and batch-file versions of the script here<\/strong><\/a>.<\/p>\n\n\n\n<p>These script will require a little editing\/tweaking so that they&#8217;re importing the correct fields for your particular workflow. The script you download will work as shown in the video linked above, expecting to find the fields we&#8217;ve shown in our CSV file above. Some understanding of shell scripting and batch files will be required to modify these scripts. A very brief description of how to add additional fields to the import follows:<\/p>\n\n\n\n<p>The Linux\/macOS shell script has a loop which iterates through each line of the CSV file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">while read fpath cpath descr fsize\n<\/pre>\n\n\n\n<p>The fpath, cpath, descr and fsize relate to the values being read from each line of the CSV. Add additional values as required using your own names that will be valid only within the script.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/usr\/local\/aw\/bin\/nsdchat -s awsock:\/$user:$pass:311@$ipAddress:9001 -c ArchiveEntry $aEntry setmeta user_filesize {$fsize} > \/dev\/null 2>&amp;1\n<\/pre>\n\n\n\n<p>This line above makes a call to the P5 CLI interface, and specifies the field name in the archive index (user_filesize) and places the value fsize into the field. Add additional lines like the one above to push your additional values from the CSV file into the archive index.<\/p>\n\n\n\n<p>Things are different in the Windows batch-file version of the script. Here our loop iterating through the CSV file looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">FOR \/F \"tokens=1-4 delims=,\" %%A in (%csvFile%) do (<\/pre>\n\n\n\n<p>The important part here is &#8216;tokens=1-4&#8217; which specifies that we&#8217;re expecting 4 values in our CSV file. Edit the &#8216;4&#8217; to represent the number of values you&#8217;ll provide in your CSV. Next we have:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">SET cpath=%%B\nSET descr=%%C\nSET fsize=%%D<\/pre>\n\n\n\n<p>%%B, %%C and %%D represent the 2nd, 3rd and 4th values being read from the CSV. Add %%E to represent your 5th value, and choose a variable name into which it&#8217;ll be stored. E.g. &#8216;SET caption=%%E&#8217;. Finally:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">!command! ArchiveEntry %%i setmeta user_filesize {!fsize!}<\/pre>\n\n\n\n<p>Here we are taking the value in &#8216;fsize&#8217; and placing it into the field in the archive index named &#8216;user_filesize&#8217;. Add additional lines here to store your own metadata value(s).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Running the scripts<\/h2>\n\n\n\n<p>We&#8217;re now ready to run our scripts, providing the CSV files as input. In these examples, we assume that you have placed the script in the P5 installation directory and made it executable on Linux\/macOS. If you don&#8217;t know how to create and execute scripts, use Google and do some research before you let loose on your live P5 server.<\/p>\n\n\n\n<p>Execute the script on Linux\/macOS as follows. The script takes the user\/pass for the admin account on the P5 server as arguments\/parameters and finally the full path to the CSV file that contains the metadata information:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">.\/metadata_import.sh admin admin 127.0.0.1 .\/clips_linux.csv<\/pre>\n\n\n\n<p>On Windows systems, executing the bat file looks like this (running from P5 installation directory, providing full path to CSV):<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">.\\metadata-import.bat admin admin 127.0.0.1 C: \\Users\\Administrator\\Desktop\\metadata_win.csv<\/pre>\n\n\n\n<p>In both cases, you&#8217;ll be presented without output from the script that shows each file being located in the index and the metadata being added. If things aren&#8217;t working, you may be able to add some additional debug statements to the scripts to get some insight into what isn&#8217;t working.<\/p>\n\n\n\n<p>After a successful import, you&#8217;ll be able to visit the archive index and see your thumbnails\/previews and imported metadata visible and searchable. It&#8217;s necessary to wait a couple of minutes in most cases for the thumbnails\/proxies to be visible in the index, as P5 has to do some linking behind the scenes which is done periodically and frequently, but not instantly. Metadata should be immediately visible in the index however.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/archive_index_metadata_iimported.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"1024\" height=\"650\" src=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/archive_index_metadata_iimported-1024x650.png\" alt=\"\" class=\"wp-image-4971\" srcset=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/archive_index_metadata_iimported-1024x650.png 1024w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/archive_index_metadata_iimported-300x190.png 300w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/archive_index_metadata_iimported-768x487.png 768w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/archive_index_metadata_iimported-1536x975.png 1536w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/archive_index_metadata_iimported-2048x1300.png 2048w, https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/archive_index_metadata_iimported-18x12.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>","protected":false},"excerpt":{"rendered":"<p>In this article and its accompanying video, we&#8217;ll describe a workflow for importing metadata, thumbnails and proxies into an existing archive index. Data already archived by P5 Archive and represented in an archive index, can have these additional items added,<\/p>","protected":false},"author":16,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20,58,43,4],"tags":[],"class_list":["post-4954","post","type-post","status-publish","format-standard","hentry","category-archive","category-how-to","category-p5","category-programming"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources - Archiware Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.archiware.com\/blog\/de\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources - Archiware Blog\" \/>\n<meta property=\"og:description\" content=\"In this article and its accompanying video, we&#8217;ll describe a workflow for importing metadata, thumbnails and proxies into an existing archive index. Data already archived by P5 Archive and represented in an archive index, can have these additional items added,\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.archiware.com\/blog\/de\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/\" \/>\n<meta property=\"og:site_name\" content=\"Archiware Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-18T11:18:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-1024x509.png\" \/>\n<meta name=\"author\" content=\"David Fox\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Fox\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/\"},\"author\":{\"name\":\"David Fox\",\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/#\\\/schema\\\/person\\\/db1b8961780079c8dac595b6ab6165a2\"},\"headline\":\"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources\",\"datePublished\":\"2023-08-18T11:18:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/\"},\"wordCount\":1429,\"image\":{\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/metadata-import-spreadsheet-1024x509.png\",\"articleSection\":[\"Archive\",\"How to\",\"P5\",\"Programming\"],\"inLanguage\":\"de-DE\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/\",\"url\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/\",\"name\":\"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources - Archiware Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/metadata-import-spreadsheet-1024x509.png\",\"datePublished\":\"2023-08-18T11:18:38+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/#\\\/schema\\\/person\\\/db1b8961780079c8dac595b6ab6165a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/#primaryimage\",\"url\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/metadata-import-spreadsheet-1024x509.png\",\"contentUrl\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/metadata-import-spreadsheet-1024x509.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/\",\"name\":\"Archiware Blog\",\"description\":\"Archiware P5 and Archiware Pure tech info\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/#\\\/schema\\\/person\\\/db1b8961780079c8dac595b6ab6165a2\",\"name\":\"David Fox\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/556155a729a0935d6bc53be65977ce4b90ea276a06bfa86a18fe360cc446320b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/556155a729a0935d6bc53be65977ce4b90ea276a06bfa86a18fe360cc446320b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/556155a729a0935d6bc53be65977ce4b90ea276a06bfa86a18fe360cc446320b?s=96&d=mm&r=g\",\"caption\":\"David Fox\"},\"url\":\"https:\\\/\\\/blog.archiware.com\\\/blog\\\/de\\\/author\\\/david\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources - Archiware Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.archiware.com\/blog\/de\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/","og_locale":"de_DE","og_type":"article","og_title":"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources - Archiware Blog","og_description":"In this article and its accompanying video, we&#8217;ll describe a workflow for importing metadata, thumbnails and proxies into an existing archive index. Data already archived by P5 Archive and represented in an archive index, can have these additional items added,","og_url":"https:\/\/blog.archiware.com\/blog\/de\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/","og_site_name":"Archiware Blog","article_published_time":"2023-08-18T11:18:38+00:00","og_image":[{"url":"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-1024x509.png","type":"","width":"","height":""}],"author":"David Fox","twitter_misc":{"Written by":"David Fox","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/#article","isPartOf":{"@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/"},"author":{"name":"David Fox","@id":"https:\/\/blog.archiware.com\/blog\/#\/schema\/person\/db1b8961780079c8dac595b6ab6165a2"},"headline":"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources","datePublished":"2023-08-18T11:18:38+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/"},"wordCount":1429,"image":{"@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-1024x509.png","articleSection":["Archive","How to","P5","Programming"],"inLanguage":"de-DE"},{"@type":"WebPage","@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/","url":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/","name":"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources - Archiware Blog","isPartOf":{"@id":"https:\/\/blog.archiware.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/#primaryimage"},"image":{"@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-1024x509.png","datePublished":"2023-08-18T11:18:38+00:00","author":{"@id":"https:\/\/blog.archiware.com\/blog\/#\/schema\/person\/db1b8961780079c8dac595b6ab6165a2"},"breadcrumb":{"@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/"]}]},{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/#primaryimage","url":"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-1024x509.png","contentUrl":"https:\/\/blog.archiware.com\/blog\/wp-content\/uploads\/2023\/08\/metadata-import-spreadsheet-1024x509.png"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.archiware.com\/blog\/p5-archive-importing-metadata-thumbnails-and-proxies-into-archive-indexes-from-external-sources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.archiware.com\/blog\/"},{"@type":"ListItem","position":2,"name":"P5 Archive: Importing metadata, thumbnails and proxies into archive indexes from external sources"}]},{"@type":"WebSite","@id":"https:\/\/blog.archiware.com\/blog\/#website","url":"https:\/\/blog.archiware.com\/blog\/","name":"Archiware Blog","description":"Archiware P5 and Archiware Pure tech info","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.archiware.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"},{"@type":"Person","@id":"https:\/\/blog.archiware.com\/blog\/#\/schema\/person\/db1b8961780079c8dac595b6ab6165a2","name":"David Fox","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/secure.gravatar.com\/avatar\/556155a729a0935d6bc53be65977ce4b90ea276a06bfa86a18fe360cc446320b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/556155a729a0935d6bc53be65977ce4b90ea276a06bfa86a18fe360cc446320b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/556155a729a0935d6bc53be65977ce4b90ea276a06bfa86a18fe360cc446320b?s=96&d=mm&r=g","caption":"David Fox"},"url":"https:\/\/blog.archiware.com\/blog\/de\/author\/david\/"}]}},"views":9552,"_links":{"self":[{"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/posts\/4954","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/comments?post=4954"}],"version-history":[{"count":15,"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/posts\/4954\/revisions"}],"predecessor-version":[{"id":4976,"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/posts\/4954\/revisions\/4976"}],"wp:attachment":[{"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/media?parent=4954"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/categories?post=4954"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.archiware.com\/blog\/de\/wp-json\/wp\/v2\/tags?post=4954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}