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

Losing certain columns #2

Closed
Risiamu opened this issue Jul 18, 2020 · 2 comments
Closed

Losing certain columns #2

Risiamu opened this issue Jul 18, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Risiamu
Copy link

Risiamu commented Jul 18, 2020

Following is the output of transmission-remote --auth xxx:Xxxx -t all -l| Select-Object -SkipLast 1

ID     Done       Have  ETA           Up    Down  Ratio  Status       Name
   1   100%   17.34 MB  Unknown      0.0     0.0    0.0  Idle         BitComet Stable (build 1.69.7.8)
   2    31%   14.54 GB  50 min    1533.0  9600.0    0.0  Up & Down    [BeanSub&VCB-Studio] Vinland Saga [Ma10p_1080p]
   3   100%   75.47 MB  Unknown      0.0     0.0    0.0  Idle         [Airota][Kakushigoto][01-12][ASS][fonts][CHS].7z
   4     7%   353.4 MB  1 hrs        0.0  2285.0    0.0  Downloading  [Sakurato.sub][Kakushigoto][01-12 END][CHT][1080P]

after transmission-remote --auth xxxxx:Xxxxx -t all -l| Select-Object -SkipLast 1 |ConvertFrom-SourceTable -Literal
the output is:

ID     :
Done   : 100%
Have   : 17.34 MB
ETA    : Unknown
Up     : 0.0
Down   : 0.0
Ratio  : 0.0
Status : Idle
Name   : BitComet Stable (build 1.69.7.8) 

ID     :
Done   : 28%
Have   : 13.03 GB
ETA    : 1 hrs
Up     : 1492.0
Down   : 9564.0
Ratio  : 0.0
Status : Up & Down
Name   : [BeanSub&VCB-Studio] Vinland Saga [Ma10p_1080p]

ID     :
Done   : 100%
Have   : 75.47 MB
ETA    : Unknown
Up     : 0.0
Down   : 0.0
Ratio  : 0.0
Status : Idle
Name   : [Airota][Kakushigoto][01-12][ASS][fonts][CHS].7z

ID     :
Done   : 6%
Have   : 289.5 MB
ETA    : 2 hrs
Up     : 0.0
Down   : 356.0
Ratio  : 0.0
Status : Downloading
Name   : [Sakurato.sub][Kakushigoto][01-12 END][CHT][1080P]

The data in ID column is missing.

@iRon7 iRon7 self-assigned this Jul 20, 2020
@iRon7 iRon7 added the bug Something isn't working label Jul 20, 2020
iRon7 added a commit that referenced this issue Jul 23, 2020
@iRon7
Copy link
Owner

iRon7 commented Jul 23, 2020

Hello GrandArth,

Thank you for notifying me on the bug.
I have resolved the issue in the new version 0.3.12 (just uploaded)

@iRon7 iRon7 closed this as completed Jul 23, 2020
@Risiamu
Copy link
Author

Risiamu commented Jul 23, 2020

Thx.
This function really gets the job done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants