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

view torrent file #2562

Closed
mc-butler opened this issue May 28, 2011 · 7 comments
Closed

view torrent file #2562

mc-butler opened this issue May 28, 2011 · 7 comments
Assignees
Labels
area: core Issues not related to a specific subsystem prio: low Minor problem or easily worked around ver: 4.7.5 Reproducible in version 4.7.5
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/2562
Reporter slonm (slobodyanukma@….net)

view content of .torrent file. Used ctorrent client.

mc.ini entry:
# torrent
regex/\.([tT][oO][rR][rR][eE][nN][tT])$

View=%view{ascii} ctorrent -x %f 2>/dev/null

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on May 28, 2011 at 14:19 UTC

Replying to slonm (#2562):

view content of .torrent file. Used ctorrent client.

If user does not have installed ctorrent, an error message is raised: "Empty output from child filter", and user can't see a raw file using F3 (not F13).

mc.ini entry:

Not mc.ini, but mc.ext.

# torrent
regex/\.([tT][oO][rR][rR][eE][nN][tT])$

View=%view{ascii} ctorrent -x %f 2>/dev/null

I think, that should be fixed for ctorrent-free usage.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on May 29, 2011 at 8:54 UTC (comment 1.2)

Well, all View actions in mc.ext don't check whether the program exist or not. So, I agree with proposed view action for torrent file:

# torrent
regex/\.([tT][oO][rR][rR][eE][nN][tT])$
    View=%view{ascii} ctorrent -x %f 2>/dev/null

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on May 29, 2011 at 13:40 UTC (comment 3)

  • Keywords torrent deleted
  • Priority changed from major to minor
  • Component changed from mcview to mc-core

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 8, 2011 at 7:22 UTC (comment 4)

  • Owner set to andrew_b
  • Milestone changed from 4.8 to 4.8.0-pre1
  • Status changed from new to accepted

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 8, 2011 at 7:22 UTC (comment 5)

  • Status changed from accepted to testing
  • Keywords set to stable-candidate
  • Severity changed from no branch to merged
  • Resolution set to fixed

Directly commited to master: [5fe7266]

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 8, 2011 at 7:38 UTC (comment 6)

  • Votes set to committed-master

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Jul 19, 2011 at 10:49 UTC (comment 7)

  • Votes changed from committed-master to committed-master committed-stable
  • Branch state set to no branch
  • Keywords stable-candidate deleted
  • Status changed from testing to closed

Cherry-picked in stable:

git log --pretty=oneline dcb9101b1d..6705843ba4d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues not related to a specific subsystem prio: low Minor problem or easily worked around ver: 4.7.5 Reproducible in version 4.7.5
Development

No branches or pull requests

2 participants