Tag: tip

Plex Tip #1 – Organizing separate Editions of the same movie

So lets say you’re celebrating May 4th properly (May the 4th be with you) and you decide to add Harmy’s Despecialized Edition of the original Star Wars trilogy to your Plex Movie collection.

However you already have the Original Star Wars, from VHS, DVD or Bluray, in your collection and you want to keep it and display them separately.

Thankfully Plex, as always it seems, has a solution.

Continue reading

OwnCloud “You don’t have permission to upload or create files here.” – Quick Tip

You don't have permission to upload or create files here.

You don’t have permission to upload or create files here.

 

In an OwnCloud server if you change the permissions of an external drive to give r/w access (in my case chgrp www-data) and OwnCloud isn’t updating those permissions you can do this. In your MySQL database find your external storage in oc_storages and make note of the numeric id. Then run this query “Delete from oc_filecache where storage = numeric_id” replacing numeric_id with the one you found in the oc_storages table.

My Setup:
Ubuntu 14.04 Server
OwnCloud 7.0.2
MySQL 5.5.38
Apache 2.4.7

© 2023 Blank's Tech Blog

Theme by Anders NorenUp ↑