{"id":1378,"date":"2022-02-04T11:42:31","date_gmt":"2022-02-04T11:42:31","guid":{"rendered":"https:\/\/www.ridiculously-simple.com\/?p=1378"},"modified":"2022-02-04T12:00:50","modified_gmt":"2022-02-04T12:00:50","slug":"minidlna-on-my-wd-mybook-live-nas-box","status":"publish","type":"post","link":"https:\/\/www.voodoo.business\/blog\/2022\/02\/04\/minidlna-on-my-wd-mybook-live-nas-box\/","title":{"rendered":"miniDLNA on my WD mybook live NAS box"},"content":{"rendered":"\n<p>The original firmware based on debian did come with a DLNA server, in this post, I am only dealing with openWRT (You need to change the firmware due to a serious security issue on the NAS drive as shown here)<\/p>\n\n\n\n<p>In openWRT, i recommend you install libffmpeg-full before miniDLNA, since miniDLNA will install libffmpeg-mini which will conflict<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">opkg update\nopkg install libffmpeg-full\nopkg install minidlna luci-app-minidlna\n<\/pre>\n\n\n\n<p>Once the above are done, you can setup your DLNA server from the web interface of openWRT<\/p>\n\n\n\n<p>I would recommend that the database and log files be on the data partition to save space, something you can manually set from within the web interface<\/p>\n\n\n\n<p>to rebuild that database (re-index the files), you will need to stop miniDLNA, run the update and then start the server again<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">service minidlna stop\nminidlnad -R\nservice minidlna start<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The original firmware based on debian did come with a DLNA server, in this post, I am only dealing with openWRT (You need to change the firmware due to a serious security issue on the NAS drive as shown here) In openWRT, i recommend you install libffmpeg-full before miniDLNA, since miniDLNA will install libffmpeg-mini which [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1378","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/1378","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/comments?post=1378"}],"version-history":[{"count":3,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/1378\/revisions"}],"predecessor-version":[{"id":1381,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/1378\/revisions\/1381"}],"wp:attachment":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/media?parent=1378"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/categories?post=1378"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/tags?post=1378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}