I’m not sure if my needs are being answered correctly.
Let’s say I have a package with 2 downloadable files in it and the Package ID is 1234. Shortcode [wpdm_package id='1234'] will download all 5 files and not give users the chance to CHOOSE which of the 5 files from the package to download.
Now your plugin already has unique identifiers for each file…For example
File 1 = https://demo.com?wpdmdl=29671&ind=1766935868728
File 2 = https://demo.com?wpdmdl=29671&ind=1766932503028
Notice how i can generate two different links for each of those 2 files. WPDM already creates unique identifiers for each file in the package. In this case 29671&ind=1766935868728 and 29671&ind=1766932503028 so why not allow them to be used with a shortcode like [wpdm_package id='1766932503028'] so that I can create a link template to that individual file anywhere on my site, not just to the entire package.
I do not want to list all the files in a package. I just want to have a download button to a single file from a package with multiple files.