Centova Technologies Forum

Centova Cast v3 => General discussion => Topic started by: G. Andore on May 27, 2018, 02:19:36 pm

Title: A way to export as text my Media Library songs
Post by: G. Andore on May 27, 2018, 02:19:36 pm
Hey team, I kindly request your assistance. I have my  Centova Media Library where I have all my songs, artists and albums. I want to export all these data as text so I can have a spreadsheet of all my data base. Is there anyway to do this? like using an FTP client that support this or something?. Thanks in advance for the support!
Title: Re: A way to export as text my Media Library songs
Post by: Ambassador on May 30, 2018, 07:20:15 pm
you must wait for a answer 1 year in this forum. :'(
Title: Re: A way to export as text my Media Library songs
Post by: Roger on June 01, 2018, 07:19:25 pm
Hello Frost_Walrus,

Unfortunately this feature is not yet supported by Centova Cast.

If you would like to submit a feature request, you can do so at http://forums.centova.com/index.php?board=5.0


Regards.
Title: Re: A way to export as text my Media Library songs
Post by: natoleal on July 28, 2018, 11:41:36 am
Have you tried via select statements from the database?
need to perform a few joins and most likely you will be able to get it.
Title: Re: A way to export as text my Media Library songs
Post by: Gamerzfanz21 on July 29, 2018, 06:07:35 am
If you have access to the server via SSH.

You can do the following:

Code: [Select]
cd /usr/local/centovacast/var/vhosts/username/var/spool/media

ls > files.txt

This will create a file called  "files.txt" with the list of all files in the media folder, including any other directories with in the media folder

(Note: replace /username/ with the name of your account.)

If you do not have SSH access or root access, you could always ask your host to do it for you.
Title: Re: A way to export as text my Media Library songs
Post by: streemlion on October 23, 2018, 02:38:14 am
If you have access to the server via SSH.

You can do the following:

Code: [Select]
cd /usr/local/centovacast/var/vhosts/username/var/spool/media

ls > files.txt

This will create a file called  "files.txt" with the list of all files in the media folder, including any other directories with in the media folder

(Note: replace /username/ with the name of your account.)

If you do not have SSH access or root access, you could always ask your host to do it for you.

Thanks for this. To think someone said before your comment that it wasn't possible as a centova feature.