Open gkemlin opened 1 month ago
Thank you very much for the helpful feedback! I haven't gotten my hands on the Paper Pro myself. I just pushed a small change to accept the SSH connection with the Paper Pro, too, thanks to your feedback.
Have you tested if both pushing and pulling files work with the Paper Pro?
Thanks for the push, I could pull and it works fine. Both pushing and pulling files work :)
There is just one thing I don't understand : when I delete a file on my rM, then the next time I sync it actually tries to push it again from my PC, instead of dropping it. I had the same behavior on my rM1, is this also what you get ? According to the table in the README.md file it should delete it on the PC too.
Thanks! That should not happen. Can you try it with a fresh file? I.e.
Run with rmirro.py --verbose
and post the relevant output if something unexpected happens. Which PC operating system are you using?
Yup, I tried with a new notebook and it stills tries to push it (as a new pdf file though, not as a notebook). Here is the output when I try to sync it with rM after deleting on the table:
Read id = '47e2f893-4c71-4ace-903f-ef6a19e3139e' with metadata = {'createdTime': '1727626733945', 'lastModified':'1727626764706', 'lastOpened': '1727626734158', 'lastOpenedPage': 0, 'parent': 'trash', 'pinned': False, 'type': ' DocumentType', 'visibleName': 'Notebook'}
Compared to others, the deleted
tag is not present, I don't know if it is linked to that.
Maybe 'parent'='trash'
is the tag to look for ?
Do you also have the output from the command executed by the script?
Does it say PUSH (newer on PC)
or PUSH (added on PC)
(with --verbose
)?
Which PC operating system are you on?
It says PUSH (added on PC)
. I'm running Linux, with Endeavour OS (arch-based distribution).
Thanks! I will try to take a closer look when I get time.
Hi there.
This is not really an issue, but more of a feedback and hack to make the script compatible with reMarkable paper pro. I have been a user of rM1 since the beginning and, as I didn't want to use their cloud for various reasons, I really enjoyed this script that allows very easily to sync files between the computer and the tablet, so first let me say thank you for that.
I recently received the new reMarkable paper pro and of course, I was hoping the script to work as well in order to sync all my files from the rM1 without using the USB web interface nor the cloud. Here is my experience :
scp
the content from the backup folderremarkable_backup
to/home/root/.local/share/remarkable/xochitl
on the rMPP. Then you just need to restart the tablet and your previous document structure is there ! Your notebooks are still notebooks, just adapted to match the new size of the device../rmirro.py
script as usual. This doesn't work out of the box because the script fails when testing if the SSH connection is a remarkable tablet. This is what is done here https://github.com/hersle/rmirro/blob/8f60012cb8728faa35a0b18e0b2088980adb6cf0/rmirro.py#L63 when checking if the output ofuname -n
isreMarkable
. Actually, if you log in with ssh to the rMPP, you'll see that the output ofuname -n
isimx8mm-ferrari
. Therefore, I just replaced the line above byand then everything worked smoothly :smiley: Note that if you pull an old notebook that you modifed on the rmPP, the new pages will have a different size when PDFed.
Disclaimers:
render_usb.py
.