gourad Posted February 15, 2021 Share Posted February 15, 2021 Hello. Where can i get the specification of the "KVS (XML) Feed parser type" file format? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted February 15, 2021 Share Posted February 15, 2021 Hello. We don't have any spec for it, but if you look into example, everything is straightforward without any surprises: https://www.kvs-demo.com/admin/feeds/test/?feed_format=kvs&limit=10&sorting=post_date+desc&screenshot_format=source&poster_format=source Quote Link to comment Share on other sites More sharing options...
gourad Posted February 16, 2021 Author Share Posted February 16, 2021 Okay i have this xml <?xml version="1.0" encoding="UTF-8"?> <videos> <video> <id>1</id> <title>titile</title> <dir>directory</dir> <rating>0</rating> <votes>0</votes> <popularity>0</popularity> <post_date>2021-01-15 19:19:00</post_date> <content_source>content source</content_source> <content_source_url>http://content.source.url/</content_source_url> <user>Admin</user> <link>http://link</link> <models>models</models> <embed><iframe=""></iframe></embed> <formats> <format> <postfix>.mp4</postfix> <duration>1807</duration> <width>852</width> <height>480</height> <filesize>180579580</filesize> </format> </formats> I select Video adding mode as "Download video". Which of these fields can I set the source video URL? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted February 17, 2021 Share Posted February 17, 2021 Do you want to import content into KVS? Then please better use CSV format, it is easier to configure as you can specify separator and the order or fields. Quote Link to comment Share on other sites More sharing options...
davex Posted February 17, 2021 Share Posted February 17, 2021 Hello, since you are talking about this, I have stopped working for a long time, I get: ----- This XML file does not appear to have any style information associated with it. The document tree is shown below. <videos></videos> Quote Link to comment Share on other sites More sharing options...
davex Posted February 17, 2021 Share Posted February 17, 2021 Solved! create new feed correct urls! Hello, since you are talking about this, I have stopped working for a long time, I get: ----- This XML file does not appear to have any style information associated with it. The document tree is shown below. <videos></videos> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.