Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration fails, if plugin directory contains hidden folder #115

Closed
ukdtom opened this issue Jan 16, 2016 · 2 comments
Closed

Migration fails, if plugin directory contains hidden folder #115

ukdtom opened this issue Jan 16, 2016 · 2 comments
Assignees
Milestone

Comments

@ukdtom
Copy link
Owner

ukdtom commented Jan 16, 2016

If the Plug-in directory contains a folder like ._Plex-FindUnmatched.bundle it'll fail.

We need to ignore folders starting with a dot

@ukdtom ukdtom self-assigned this Jan 16, 2016
@chrissearle
Copy link

The specific case here is from AppleDouble format - but - safer to ignore all "." prefixed directories

@ukdtom ukdtom added this to the V2.2 milestone Jan 17, 2016
@ukdtom
Copy link
Owner Author

ukdtom commented Jan 17, 2016

Fixed in d34e20a
Slated for V2.2

@ukdtom ukdtom closed this as completed Jan 17, 2016
dagalufh added a commit that referenced this issue Mar 3, 2016
Internal Note:

	Here we collect stuff that needs to go into the real released changelog, aka acumulated, and only since 2.1 changes here ;-)

BACKEND:

	Fix:

		#115 UAS: Migration fails, if plugin directory contains hidden folder

		#116 UAS: Make UAS work, even if a git is dir levels too low

		#117 UAS and uninstall unknown bundle

		#121 UAS: Cleanup old files/folders when updating

		#122 UAS: bundle migration

		#138 UAS: getAllBundleInfo is reset when UASRepo is updated

	New:

		#129 UAS: Alllow 3.Party devs to clear their stuff

		#135 WT: Tell users, if wrong install path is used

		#137 WT: Add new decorator for auth

		#126 UAS: Allow WebTools to autoupdate

FRONTEND:

	Fix:

		#131 UAS: After changin category, focus is no longer set on inputbox

		#139 UAS: Unknown bundles without url won't be able to be uninstalled or re-installed.

		#140 UAS: Migrate now always goes back to showing ALL available bundles

	New:

		#126 UAS: Allow WebTools to autoupdate

		#142 LogViewer: Search for keywords, highlighting of the same. Jump to top.

		#133 Subtitlemgmt: Added GUI for uploading subtitles

		#112 Subtitlemgmt: Allow delete/view for agent subtitles aswell.
dagalufh added a commit that referenced this issue Mar 4, 2016
Internal Note:

	Here we collect stuff that needs to go into the real released changelog, aka acumulated, and only since 2.1 changes here ;-)

BACKEND:

	Fix:

		#115 UAS: Migration fails, if plugin directory contains hidden folder

		#116 UAS: Make UAS work, even if a git is dir levels too low

		#117 UAS and uninstall unknown bundle

		#121 UAS: Cleanup old files/folders when updating

		#122 UAS: bundle migration

		#138 UAS: getAllBundleInfo is reset when UASRepo is updated

	New:

		#129 UAS: Alllow 3.Party devs to clear their stuff

		#135 WT: Tell users, if wrong install path is used

		#137 WT: Add new decorator for auth

		#126 UAS: Allow WebTools to autoupdate

FRONTEND:

	Fix:

		#131 UAS: After changin category, focus is no longer set on inputbox

		#139 UAS: Unknown bundles without url won't be able to be uninstalled or re-installed.

		#140 UAS: Migrate now always goes back to showing ALL available bundles

		#-- Subtitlemgmt: Added more logging for uploads. And fixed error reported by Dane22 about uploads. (2016-03-04)

	New:

		#126 UAS: Allow WebTools to autoupdate

		#142 LogViewer: Search for keywords, highlighting of the same. Jump to top.

		#133 Subtitlemgmt: Added GUI for uploading subtitles

		#112 Subtitlemgmt: Allow delete/view for agent subtitles aswell.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants