fix: transfers and standardize file checks #12
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description
🐛 Bug Fixes & Improvements
Fixed JSON Unmarshaling Error for TV Shows
subtitleModeas string instead of integer, causing parsing failuresFlexibleInttype that handles both string and integer valuesFixed Redundant Transfer Method Logging
Simplified Environment Variable Names
OPT_prefixesSSH_USER,SSH_PASSWORD,SSH_PORT,SSH_KEY_PATHEnhanced Path Mapping for Same-Volume Mounting
SOURCE_REPLACE_TOis empty/data/Media/Movies/Action/movie.mkv→/mnt/storage/Movies/Action/movie.mkvFixed File Transfer Issues with Special Characters
sshpassfor password authenticationexec.Commandusagesshpasswrapper for password authexec.Commandhandles argument separation automatically)Miller's Girl (2024).mp4andThe Internet's Own Boy.mkvnow transfer successfully📚 Documentation Updates
sshpassrequirement for password authentication🔧 Technical Details
New Types:
Enhanced Path Mapping Logic:
SOURCE_REPLACE_FROM+SOURCE_REPLACE_TOSOURCE_REPLACE_FROM+ emptySOURCE_REPLACE_TOTransfer Method Improvements:
sshpassintegration for both SCP and rsyncexec.Command✅ Testing
🚀 Benefits
Breaking Changes:
OPT_SSH_*→SSH_*(documented migration path provided)Compatibility: